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

index 2e41a60..377193d 100644 (file)
@@ -206,7 +206,7 @@ class Pman_Core_Notify extends Pman
                 $pool[] = $p;
                 continue;
             }
-            echo $p['cmd'] . " : " . file_get_contents($p['out']);
+            echo $p['cmd'] . " : " . file_get_contents($p['out']) . "\n";
             //unlink($p['out']);
         }
         $this->pool = $pool;