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

Unified Diff: services/service_manager/public/cpp/lib/interface_registry.cc

Issue 2495523002: Change 'LOG(ERROR)' to 'VLOG(1)' in mojo bits. (Closed)
Patch Set: badmessage Created 4 years, 1 month 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 | « services/catalog/entry.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/public/cpp/lib/interface_registry.cc
diff --git a/services/service_manager/public/cpp/lib/interface_registry.cc b/services/service_manager/public/cpp/lib/interface_registry.cc
index 039b86679c66b6d5894f2a25aeb618cb33b9c051..46d78aed58206c53128e7158772d7db91f167c1d 100644
--- a/services/service_manager/public/cpp/lib/interface_registry.cc
+++ b/services/service_manager/public/cpp/lib/interface_registry.cc
@@ -208,6 +208,7 @@ void InterfaceRegistry::GetInterface(const std::string& interface_name,
<< "\".";
Serialize(&ss);
LOG(ERROR) << ss.str();
+ mojo::ReportBadMessage(ss.str());
}
} else {
std::stringstream ss;
« no previous file with comments | « services/catalog/entry.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698