From: Evan Prodromou Date: Sun, 28 Jun 2009 21:38:02 +0000 (-0400) Subject: note when going background X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5cc58f1e01c38fbf33f3d663231b7a66cdf3310e;p=quix0rs-gnu-social.git note when going background --- diff --git a/lib/daemon.php b/lib/daemon.php index 72e8bc2028..90dd773c64 100644 --- a/lib/daemon.php +++ b/lib/daemon.php @@ -138,6 +138,7 @@ class Daemon } if ($this->daemonize) { + common_log('Backgrounding daemon "'.$this->name().'"'); $this->background(); }