Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(447)

Unified Diff: lib/naclports/binary_package.py

Issue 839083003: Add initial support for color output in the build system (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/naclports/binary_package.py
diff --git a/lib/naclports/binary_package.py b/lib/naclports/binary_package.py
index d8934f3fbf2bf84ab212d36ec511717910d1fb78..4245d372c0d4e4a48c17965b75c09b4e77493367 100644
--- a/lib/naclports/binary_package.py
+++ b/lib/naclports/binary_package.py
@@ -138,7 +138,7 @@ class BinaryPackage(package.Package):
if self.IsAnyVersionInstalled():
raise error.Error('package already installed: %s' % self.InfoString())
- util.Log("Installing %s" % self.InfoString())
+ self.LogStatus('Installing')
binji 2015/01/09 18:24:59 this is going to do a lot more banners in non-colo
Sam Clegg 2015/01/09 22:14:54 Done.
util.Makedirs(dest_tmp)
names = []

Powered by Google App Engine
This is Rietveld 408576698