replace echo with Log:: calls
[shpub.git] / src / shpub / Command / Like.php
index fb396be6c7eaf93519d86373615ec8579da2c79a..5b456f955a56de5688d94af4e6051cf9d522b04d 100644 (file)
@@ -46,8 +46,8 @@ class Command_Like extends Command_AbstractProps
             Log::err($res->getBody());
             exit(20);
         } else {
-            echo "Like created at server\n";
-            echo $postUrl . "\n";
+            Log::info('Like created at server');
+            Log::msg($postUrl);
         }
     }
 }