Changeset c26eb39 in mainline for uspace/app/init/init.c


Ignore:
Timestamp:
2009-12-16T19:58:10Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eacb957
Parents:
df747bd8
Message:

display both arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/init.c

    rdf747bd8 rc26eb39  
    214214        snprintf(term, MAX_DEVICE_NAME, "%s/%s", DEVFS_MOUNT_POINT, dev);
    215215       
    216         printf(NAME ": Spawning %s with %s\n", APP_GETTERM, term);
     216        printf(NAME ": Spawning %s with %s %s\n", APP_GETTERM, term, app);
    217217       
    218218        /* Wait for the terminal device to be ready */
     
    227227               
    228228                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);
    230231        } else
    231232                printf(NAME ": Error waiting on %s\n", term);
Note: See TracChangeset for help on using the changeset viewer.