bug-fix: fix neutron quota setting
[bottlenecks.git] / testsuites / posca / testcase_dashboard / posca_stress_ping.py
index 7a5a8fb..64ce383 100644 (file)
@@ -32,7 +32,7 @@ def dashboard_send_data(runner_config, test_data):
                    doc_type=test_data["testcase"],
                    body=test_data["data_body"])
     if res['created'] == "False":
-        LOG.error("date send to kibana have errors ", test_data["data_body"])
+        LOG.error("date send to kibana have errors %s", test_data["data_body"])
 
 
 def posca_stress_ping(runner_config):