improve logging, clear using print
[yardstick.git] / yardstick / benchmark / scenarios / networking / ping.py
index 6a7927d..3bade73 100644 (file)
@@ -67,7 +67,7 @@ class Ping(base.Scenario):
             else:
                 target_vm = self.scenario_cfg['target']
 
-            LOG.debug("ping '%s' '%s'", options, dest)
+            LOG.debug("ping %s %s", options, dest)
             with open(self.target_script, "r") as stdin_file:
                 exit_status, stdout, stderr = self.connection.execute(
                     "/bin/sh -s {0} {1}".format(dest, options),