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

Unified Diff: chromeos/login/auth/extended_authenticator.cc

Issue 472833002: Additional logs for supervised user auth/creation errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: chromeos/login/auth/extended_authenticator.cc
diff --git a/chromeos/login/auth/extended_authenticator.cc b/chromeos/login/auth/extended_authenticator.cc
index 549888ddef4c885d65a314b35ac26eb4cc9460aa..7a99d72dbc9d3ce47a12d417d8f9deb10b665c00 100644
--- a/chromeos/login/auth/extended_authenticator.cc
+++ b/chromeos/login/auth/extended_authenticator.cc
@@ -336,6 +336,8 @@ void ExtendedAuthenticator::OnOperationComplete(
return;
}
+ LOG(ERROR) << "Supervised user cryptohome error, code: " << return_code;
ygorshenin1 2014/08/14 15:52:32 nit: s/code/mount error/
Nikita (slow) 2014/08/14 16:02:06 Done.
+
AuthState state = FAILED_MOUNT;
if (return_code == cryptohome::MOUNT_ERROR_TPM_COMM_ERROR ||

Powered by Google App Engine
This is Rietveld 408576698