note when going background

This commit is contained in:
Evan Prodromou 2009-06-28 17:38:02 -04:00
parent 87e3c52fa8
commit 5cc58f1e01
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ class Daemon
}
if ($this->daemonize) {
common_log('Backgrounding daemon "'.$this->name().'"');
$this->background();
}