aboutsummaryrefslogtreecommitdiff
path: root/marsond.c
diff options
context:
space:
mode:
Diffstat (limited to 'marsond.c')
-rw-r--r--marsond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/marsond.c b/marsond.c
index f438aa0..90d9152 100644
--- a/marsond.c
+++ b/marsond.c
@@ -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);
}