diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-28 17:38:02 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-28 17:38:02 -0400 |
commit | 5cc58f1e01c38fbf33f3d663231b7a66cdf3310e (patch) | |
tree | bbab9ac1b74f09ce23730db64d2547613f142dd7 | |
parent | 87e3c52fa80ca15e00ae0d1892999fc5be6282a1 (diff) |
note when going background
-rw-r--r-- | lib/daemon.php | 1 |
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(); } |