Chromium Code Reviews| Index: components/sync/engine_impl/net/server_connection_manager.cc |
| diff --git a/components/sync/engine_impl/net/server_connection_manager.cc b/components/sync/engine_impl/net/server_connection_manager.cc |
| index 9aa63e8ae26abefec825ddf39db4f91a4dcc2131..01802ee17d97395590c5d67eb9021596e82ac135 100644 |
| --- a/components/sync/engine_impl/net/server_connection_manager.cc |
| +++ b/components/sync/engine_impl/net/server_connection_manager.cc |
| @@ -266,7 +266,8 @@ bool ServerConnectionManager::PostBufferToPath(PostBufferParams* params, |
| if (auth_token.empty() || auth_token == "credentials_lost") { |
| params->response.server_status = HttpResponse::SYNC_AUTH_ERROR; |
| // Print a log to distinguish this "known failure" from others. |
| - LOG(WARNING) << "ServerConnectionManager forcing SYNC_AUTH_ERROR"; |
| + DVLOG(1) << "ServerConnectionManager forcing SYNC_AUTH_ERROR due to " |
| + "missing or invalid auth token"; |
|
pavely
2017/02/09 20:15:25
"Invalid" doesn't apply here. Could you remove "or
|
| return false; |
| } |