diff options
Diffstat (limited to 'marsond.c')
-rw-r--r-- | marsond.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ void daemonize(void) { die("fork() failed"); } else if(pid) { /* 2nd generation parent */ - info("forked to background, PID %d\n", pid); + info("forked to background, PID %d", pid); exit(0); } |