add new line for next teststep

This commit is contained in:
debugtalk
2018-11-29 12:31:13 +08:00
parent bd29c21803
commit 081d843676

View File

@@ -174,7 +174,7 @@ class HttpSession(requests.Session):
logger.log_error(u"{exception}".format(exception=str(e)))
else:
logger.log_info(
"""status_code: {}, response_time(ms): {} ms, response_length: {} bytes""".format(
"""status_code: {}, response_time(ms): {} ms, response_length: {} bytes\n""".format(
self.meta_data["response"]["status_code"],
self.meta_data["response"]["response_time_ms"],
self.meta_data["response"]["content_size"]