Notify.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 3 Feb 2012 02:32:25 +0000 (10:32 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 3 Feb 2012 02:32:25 +0000 (10:32 +0800)
Notify.php

index 1b771b6..5f5752c 100644 (file)
@@ -211,6 +211,7 @@ class Pman_Core_Notify extends Pman
             echo "ENDED: " . $p['cmd'] . " : " . file_get_contents($p['out']) . "\n";
             //unlink($p['out']);
         }
+        echo "POOL SIZE: ". count($pool) ."\n";
         $this->pool = $pool;
         if (count($pool) < 10) {
             return true;