Changeset c26eb39 in mainline
- Timestamp:
- 2009-12-16T19:58:10Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eacb957
- Parents:
- df747bd8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/init.c
rdf747bd8 rc26eb39 214 214 snprintf(term, MAX_DEVICE_NAME, "%s/%s", DEVFS_MOUNT_POINT, dev); 215 215 216 printf(NAME ": Spawning %s with %s \n", APP_GETTERM, term);216 printf(NAME ": Spawning %s with %s %s\n", APP_GETTERM, term, app); 217 217 218 218 /* Wait for the terminal device to be ready */ … … 227 227 228 228 if (!task_spawn(APP_GETTERM, argv)) 229 printf(NAME ": Error spawning %s with %s\n", APP_GETTERM, term); 229 printf(NAME ": Error spawning %s with %s %s\n", APP_GETTERM, 230 term, app); 230 231 } else 231 232 printf(NAME ": Error waiting on %s\n", term);
Note:
See TracChangeset
for help on using the changeset viewer.