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

Unified Diff: remoting/client/plugin/chromoting_instance.cc

Issue 7746006: Remove some overly verbose logging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More minimal changes Created 9 years, 4 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 | « content/common/resource_dispatcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/chromoting_instance.cc
diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc
index 878289ccfbd14866513a3aa4c44179b3ed8e6b84..fedb999a3115af9a8e4c8a5a65da6c4a56f7546e 100644
--- a/remoting/client/plugin/chromoting_instance.cc
+++ b/remoting/client/plugin/chromoting_instance.cc
@@ -374,7 +374,7 @@ void ChromotingInstance::SetScaleToFit(bool scale_to_fit) {
void ChromotingInstance::RegisterLogMessageHandler() {
base::AutoLock lock(g_logging_lock);
- LOG(INFO) << "Registering global log handler";
+ VLOG(1) << "Registering global log handler";
// Record previous handler so we can call it in a chain.
g_logging_old_handler = logging::GetLogMessageHandler();
@@ -406,7 +406,7 @@ void ChromotingInstance::UnregisterLoggingInstance() {
g_has_logging_instance = false;
g_logging_instance = NULL;
- LOG(INFO) << "Unregistering global log handler";
+ VLOG(1) << "Unregistering global log handler";
}
// static
« no previous file with comments | « content/common/resource_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698