Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(704)

Unified Diff: components/sync/engine_impl/net/server_connection_manager.cc

Issue 2681393002: [sync] SYNC_AUTH_ERROR in logs when running sync_integration_tests (Closed)
Patch Set: Removed "invalid" Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..76e62468045ba223dfb088b5d65edc9a3e45b279 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"
+ " auth token";
return false;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698