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

Unified Diff: chrome/browser/translate/translate_manager.cc

Issue 10831264: Changing VLOG from level 1 to 9 for text to be translated. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changing more VLOGs, forgot about the helper initially. Created 8 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 | « no previous file | chrome/renderer/translate_helper.cc » ('j') | chrome/renderer/translate_helper.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/translate/translate_manager.cc
diff --git a/chrome/browser/translate/translate_manager.cc b/chrome/browser/translate/translate_manager.cc
index 258c2e72b2212db00d4360321d768bb279b0c98a..f9de869a108fb3bee70d5b922b22740fcfaecdac 100644
--- a/chrome/browser/translate/translate_manager.cc
+++ b/chrome/browser/translate/translate_manager.cc
@@ -488,7 +488,7 @@ void TranslateManager::OnURLFetchComplete(const net::URLFetcher* source) {
source->GetResponseAsString(&data);
SetSupportedLanguages(data);
} else {
- VLOG(1) << "Failed to Fetch languages from: " << kLanguageListFetchURL;
+ VLOG(9) << "Failed to Fetch languages from: " << kLanguageListFetchURL;
}
}
}
« no previous file with comments | « no previous file | chrome/renderer/translate_helper.cc » ('j') | chrome/renderer/translate_helper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698