replace echo with Log:: calls
[shpub.git] / src / shpub / Request.php
index 0924ddae1cf54ba725636b4294e336b2db895dc7..8ee7c5a25f15b37ace9527b15b15195a157267f0 100644 (file)
@@ -114,6 +114,6 @@ class Request
 
         $command .= ' ' . escapeshellarg((string) $this->req->getUrl());
 
-        echo $command . "\n";
+        Log::msg($command);
     }
 }
\ No newline at end of file