fix logging error

This commit is contained in:
Evan Prodromou 2009-06-28 17:41:16 -04:00
parent 5cc58f1e01
commit 6557a569e5
1 changed files with 1 additions and 1 deletions

View File

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