Changeset 3b122e9 in mainline for uspace/app/init/init.c


Ignore:
Timestamp:
2009-03-12T22:20:38Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
00287cc
Parents:
afdd441
Message:

Update message, cstyle.

File:
1 edited

Legend:

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

    rafdd441 r3b122e9  
    8383        argv[1] = NULL;
    8484       
    85         if (task_spawn(fname, argv))
    86                 /* Add reasonable delay to avoid
    87                    intermixed klog output */
     85        if (task_spawn(fname, argv)) {
     86                /* Add reasonable delay to avoid intermixed klog output. */
    8887                usleep(10000);
    89         else
     88        } else {
    9089                printf(NAME ": Error spawning %s\n", fname);
     90        }
    9191}
    9292
Note: See TracChangeset for help on using the changeset viewer.