From fe2e0d5ec4a8f4f2b25f5250d19f2a28375346fc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 3 Feb 2012 10:23:28 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index dc3558c9..ae3b3e4a 100644 --- a/Notify.php +++ b/Notify.php @@ -200,7 +200,7 @@ class Pman_Core_Notify extends Pman foreach($this->pool as $p) { $ar = proc_get_status($p['proc']); // print_r($p); - //print_r($ar); + print_r($ar); if ($ar['running']) { $pool[] = $p; continue; -- 2.39.2