summaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index 2643a06..fa13234 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -465,7 +465,7 @@ NORETURN void daemon_exit( daemon_p d ) {
int exit_code;
int pid_file_fd;
- LOG( log_DEBUG, "daemon_exit called int state %d error %d",
+ LOG( log_DEBUG, "daemon_exit called int state %d (error %d)",
d->state, d->error );
switch( d->state ) {