Index: chrome/browser/signin/easy_unlock_service_signin_chromeos.cc |
diff --git a/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc b/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc |
index eb0da7c0782cb2872976ebe359337ba94c5378f8..39bb0d3c646aef8dcd2332591a9c7c783d9f30e2 100644 |
--- a/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc |
+++ b/chrome/browser/signin/easy_unlock_service_signin_chromeos.cc |
@@ -179,7 +179,7 @@ void EasyUnlockServiceSignin::RecordEasySignInOutcome( |
chromeos::RecordEasyUnlockLoginEvent(success |
? chromeos::EASY_SIGN_IN_SUCCESS |
: chromeos::EASY_SIGN_IN_FAILURE); |
- VLOG(1) << "Easy sign-in " << (success ? "success" : "failure"); |
+ DVLOG(1) << "Easy sign-in " << (success ? "success" : "failure"); |
} |
void EasyUnlockServiceSignin::RecordPasswordLoginEvent( |
@@ -235,7 +235,7 @@ void EasyUnlockServiceSignin::RecordPasswordLoginEvent( |
} |
chromeos::RecordEasyUnlockLoginEvent(event); |
- VLOG(1) << "EasySignIn password login event, event=" << event; |
+ DVLOG(1) << "EasySignIn password login event, event=" << event; |
} |
void EasyUnlockServiceSignin::InitializeInternal() { |