From 5cc58f1e01c38fbf33f3d663231b7a66cdf3310e Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 28 Jun 2009 17:38:02 -0400 Subject: note when going background --- lib/daemon.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/daemon.php') diff --git a/lib/daemon.php b/lib/daemon.php index 72e8bc202..90dd773c6 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(); } -- cgit v1.2.3-54-g00ecf