Notify.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 3 Feb 2012 03:42:18 +0000 (11:42 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 3 Feb 2012 03:42:18 +0000 (11:42 +0800)
Notify.php

index 3d5673f..789b5e0 100644 (file)
@@ -217,7 +217,7 @@ class Pman_Core_Notify extends Pman
         clearstatcache();
         foreach($this->pool as $p) {
              
-            
+            echo "CHECK PID: " . $p['pid'] . "\n";
             
             if (file_exists('/proc/'.$p['pid'])) {
                 $pool[] = $p;