| Index: chrome/browser/chromeos/login/existing_user_controller.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/existing_user_controller.cc (revision 63306)
|
| +++ chrome/browser/chromeos/login/existing_user_controller.cc (working copy)
|
| @@ -67,8 +67,8 @@
|
| void OnComplete(bool success, int return_code) {
|
| // Log the error, but there's not much we can do.
|
| if (!success) {
|
| - LOG(INFO) << "Removal of cryptohome for " << user_email_
|
| - << " failed, return code: " << return_code;
|
| + VLOG(1) << "Removal of cryptohome for " << user_email_
|
| + << " failed, return code: " << return_code;
|
| }
|
| delete this;
|
| }
|
|
|