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

Unified Diff: chrome/common/extensions/extension_messages.cc

Issue 8368018: Convert chrome/common non-debug logs to debug logs. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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: chrome/common/extensions/extension_messages.cc
===================================================================
--- chrome/common/extensions/extension_messages.cc (revision 107051)
+++ chrome/common/extensions/extension_messages.cc (working copy)
@@ -64,7 +64,7 @@
Extension::Create(path, location, *manifest, creation_flags,
&error));
if (!extension.get())
- LOG(ERROR) << "Error deserializing extension: " << error;
+ DLOG(ERROR) << "Error deserializing extension: " << error;
else
extension->SetActivePermissions(
new ExtensionPermissionSet(apis, explicit_hosts, scriptable_hosts));
« no previous file with comments | « chrome/common/extensions/extension_l10n_util.cc ('k') | chrome/common/extensions/extension_permission_set.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698