From: Evan Prodromou Date: Sun, 28 Jun 2009 21:41:16 +0000 (-0400) Subject: fix logging error X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6557a569e595eee75609eb6cf12e6e788061daa9;p=quix0rs-gnu-social.git fix logging error --- diff --git a/lib/daemon.php b/lib/daemon.php index 90dd773c64..9d89c63e78 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(); }