diff --git a/kolla/cmd/build.py b/kolla/cmd/build.py index cf20c72d3d..94340c7a33 100755 --- a/kolla/cmd/build.py +++ b/kolla/cmd/build.py @@ -510,7 +510,7 @@ class KollaWorker(object): LOG.info("Images that failed to build") LOG.info("===========================") for name, status in six.iteritems(self.image_statuses_bad): - LOG.error('%s\r\t\t\t Failed with status: %s', name, status) + LOG.error('%s Failed with status: %s', name, status) if self.image_statuses_unmatched: LOG.debug("Images not matched for build by regex")