Notify.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 14 Feb 2012 06:29:19 +0000 (14:29 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 14 Feb 2012 06:29:19 +0000 (14:29 +0800)
Notify.php

index 44e5ed8..881f546 100644 (file)
@@ -256,7 +256,7 @@ class Pman_Core_Notify extends Pman
             }
             fclose($p['pipes'][0]);
             fclose($p['pipes'][2]);
-            echo "CLOSING: ({$p['pid']}) " . $p['cmd'] . " : " . file_get_contents($p['out']) . "\n";
+            //echo "CLOSING: ({$p['pid']}) " . $p['cmd'] . " : " . file_get_contents($p['out']) . "\n";
             //fclose($p['pipes'][1]);
             
             proc_close($p['proc']);