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

Unified Diff: lib/naclports/package_index.py

Issue 1012773005: Improve tracing/logging system used in lib/naclports (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 9 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/package_index.py
diff --git a/lib/naclports/package_index.py b/lib/naclports/package_index.py
index bd3eb06bfac3f0f90afda668f535cb0c88dc1970..85fef73d945ecca9cef36fe595ae1e488532f6a4 100644
--- a/lib/naclports/package_index.py
+++ b/lib/naclports/package_index.py
@@ -84,8 +84,8 @@ class PackageIndex(object):
return False
version = util.GetSDKVersion()
if info['BUILD_SDK_VERSION'] != version:
- util.Trace('Prebuilt package was built with different SDK version: '
- '%s vs %s' % (info['BUILD_SDK_VERSION'], version))
+ util.LogVerbose('Prebuilt package was built with different SDK version: '
+ '%s vs %s' % (info['BUILD_SDK_VERSION'], version))
return False
return True

Powered by Google App Engine
This is Rietveld 408576698