fix logging error
This commit is contained in:
parent
5cc58f1e01
commit
6557a569e5
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user