Chromium Code Reviews| 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 || |