Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-27 21:25:24 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-27 21:25:24 (GMT)
commitd6b9769c631f13d146cbf973e9643a1acf79ad41 (patch)
tree88642b16ed1001ff906387728b5b67f1cf2b7722 /devbot
parent3c7b0bfbf62b1d919ca6251f8a246e9cfe64ae41 (diff)
Space before and after ccache message
Diffstat (limited to 'devbot')
-rw-r--r--devbot/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/build.py b/devbot/build.py
index d2631db..18f1c9a 100644
--- a/devbot/build.py
+++ b/devbot/build.py
@@ -121,7 +121,7 @@ def _ccache_reset():
def _ccache_print_stats():
- print "= ccache statistics ="
+ print "\n= ccache statistics =\n"
subprocess.check_call(["ccache", "-s"])