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

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
« no previous file with comments | « lib/naclports/__main__.py ('k') | lib/naclports/package.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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')
util.Makedirs(dest_tmp)
names = []
« no previous file with comments | « lib/naclports/__main__.py ('k') | lib/naclports/package.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698