diff --git a/kolla/cmd/build.py b/kolla/cmd/build.py
index cf20c72d3d65a89282e5659c9076a81a8b5eed06..94340c7a331cf3f78dc05954f6f8ba0312cbfd57 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")