]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix logging error
authorEvan Prodromou <evan@controlyourself.ca>
Sun, 28 Jun 2009 21:41:16 +0000 (17:41 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sun, 28 Jun 2009 21:41:16 +0000 (17:41 -0400)
lib/daemon.php

index 90dd773c641e9f734f45f28fbd703c81125c2c12..9d89c63e781eb2e25353c5501850510cb87cc612 100644 (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();
         }