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

Unified Diff: lib/naclports/__init__.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/__init__.py
diff --git a/lib/naclports/__init__.py b/lib/naclports/__init__.py
index 4251875347d84255313dd1e7d885e6bd29daa000..5015fe1529f866b8bbcfa9147d4642bbacf36811 100644
--- a/lib/naclports/__init__.py
+++ b/lib/naclports/__init__.py
@@ -4,7 +4,7 @@
from naclports.error import Error, PkgFormatError, DisabledError
from naclports.pkg_info import ParsePkgInfoFile, ParsePkgInfo
-from naclports.util import Log, Trace, Warn, DownloadFile, SetVerbose
+from naclports.util import Log, LogVerbose, Warn, DownloadFile, SetVerbose
from naclports.util import GetInstallRoot, InstallLock, BuildLock, IsInstalled
from naclports.util import GS_BUCKET, GS_URL
from naclports.paths import NACLPORTS_ROOT, OUT_DIR, TOOLS_DIR, PACKAGES_ROOT

Powered by Google App Engine
This is Rietveld 408576698