Notify.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 3 Feb 2012 04:14:53 +0000 (12:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 3 Feb 2012 04:14:53 +0000 (12:14 +0800)
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']) {