diff options
Diffstat (limited to 'init/init.c')
-rw-r--r-- | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index 724894698..b84bdccbc 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -520,7 +520,7 @@ static pid_t run(const struct init_action *a) | |||
520 | 520 | ||
521 | /* Log the process name and args */ | 521 | /* Log the process name and args */ |
522 | message(L_LOG, "starting pid %d, tty '%s': '%s'", | 522 | message(L_LOG, "starting pid %d, tty '%s': '%s'", |
523 | getpid(), a->terminal, a->command); | 523 | getpid(), a->terminal, a->command); |
524 | 524 | ||
525 | /* Now run it. The new program will take over this PID, | 525 | /* Now run it. The new program will take over this PID, |
526 | * so nothing further in init.c should be run. */ | 526 | * so nothing further in init.c should be run. */ |