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

Unified Diff: chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc

Issue 70173007: Added additional logging for strange error messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc b/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc
index 4723f6eeb548ca3ae8b5f9f6066d86b14859c310..d5afc7ecccd774b60d208dcf8244e77475fdf4aa 100644
--- a/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc
@@ -140,6 +140,7 @@ void CoreOobeHandler::ShowSignInError(
const std::string& error_text,
const std::string& help_link_text,
HelpAppLauncher::HelpTopic help_topic_id) {
+ LOG(ERROR) << "CoreOobeHandler::ShowSignInError: error_text=" << error_text;
Nikita (slow) 2013/11/16 00:26:16 This should not be a LOG(ERROR). WARNING is enough
ygorshenin1 2013/11/16 00:43:17 It doesn't matter, because the purpose of this CL
CallJS("showSignInError", login_attempts, error_text,
help_link_text, static_cast<int>(help_topic_id));
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698