Notify.php
[Pman.Core] / Notify.php
index 316cb06..c6eb065 100644 (file)
@@ -222,6 +222,7 @@ class Pman_Core_Notify extends Pman
              
             echo "CHECK PID: " . $p['pid'] . "\n";
             $info =  proc_get_status($p['proc']);
+            var_dump($info);
             
             if ($info['running']) {