summaryrefslogtreecommitdiff
path: root/lib/daemon.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-06-28 17:38:02 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-06-28 17:38:02 -0400
commit5cc58f1e01c38fbf33f3d663231b7a66cdf3310e (patch)
treebbab9ac1b74f09ce23730db64d2547613f142dd7 /lib/daemon.php
parent87e3c52fa80ca15e00ae0d1892999fc5be6282a1 (diff)
note when going background
Diffstat (limited to 'lib/daemon.php')
-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();
}