| Index: chrome/browser/chromeos/login/supervised/supervised_user_authenticator.cc
|
| diff --git a/chrome/browser/chromeos/login/supervised/supervised_user_authenticator.cc b/chrome/browser/chromeos/login/supervised/supervised_user_authenticator.cc
|
| index 7cb8514c904ef5e73a875161f78e57a9232796d3..423f14cd6061fa9705fb3a31f1fecadb462060ff 100644
|
| --- a/chrome/browser/chromeos/login/supervised/supervised_user_authenticator.cc
|
| +++ b/chrome/browser/chromeos/login/supervised/supervised_user_authenticator.cc
|
| @@ -263,6 +263,8 @@ SupervisedUserAuthenticator::ResolveState() {
|
| SupervisedUserAuthenticator::AuthState
|
| SupervisedUserAuthenticator::ResolveCryptohomeFailureState() {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| + LOG(ERROR) << "Failed to authenticate supervised user, mount error: "
|
| + << current_state_->cryptohome_code();
|
| if (current_state_->cryptohome_code() ==
|
| cryptohome::MOUNT_ERROR_TPM_NEEDS_REBOOT) {
|
| // Critical TPM error detected, reboot needed.
|
|
|