From: asteroide Date: Tue, 26 Jan 2016 11:05:17 +0000 (+0100) Subject: Just an aesthetic change in output. X-Git-Tag: colorado.1.0~62^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F11%2F8011%2F1;p=moon.git Just an aesthetic change in output. Change-Id: I591314a511d83bd1010a49a0f202be90ec06fbf0 --- diff --git a/moonclient/moonclient/tests.py b/moonclient/moonclient/tests.py index bace73af..e2824fa5 100644 --- a/moonclient/moonclient/tests.py +++ b/moonclient/moonclient/tests.py @@ -140,7 +140,7 @@ class TestsLaunch(Lister): title += ":" + port title += "\n" self.logfile.write(time.strftime(self.TIME_FORMAT) + " " + title + "\n") - self.log.info(title) + self.log.info(title.strip()) data_tmp = list() data_tmp.append("") data_tmp.append(title.strip())