]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
note when going background
authorEvan Prodromou <evan@controlyourself.ca>
Sun, 28 Jun 2009 21:38:02 +0000 (17:38 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sun, 28 Jun 2009 21:38:02 +0000 (17:38 -0400)
lib/daemon.php

index 72e8bc20286a7a97ebe62f03088a4912a957082c..90dd773c641e9f734f45f28fbd703c81125c2c12 100644 (file)
@@ -138,6 +138,7 @@ class Daemon
         }
 
         if ($this->daemonize) {
+            common_log('Backgrounding daemon "'.$this->name().'"');
             $this->background();
         }