summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/daemon.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/daemon.php b/lib/daemon.php
index 90dd773c6..9d89c63e7 100644
--- a/lib/daemon.php
+++ b/lib/daemon.php
@@ -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();
}