summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/daemon.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/daemon.php b/lib/daemon.php
index 72e8bc202..90dd773c6 100644
--- a/lib/daemon.php
+++ b/lib/daemon.php
@@ -138,6 +138,7 @@ class Daemon
}
if ($this->daemonize) {
+ common_log('Backgrounding daemon "'.$this->name().'"');
$this->background();
}