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

Unified Diff: blimp/client/session/blimp_client_session.cc

Issue 2033273002: Blimp: Reduced logging serverity for assignment error (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: blimp/client/session/blimp_client_session.cc
diff --git a/blimp/client/session/blimp_client_session.cc b/blimp/client/session/blimp_client_session.cc
index 4fc9834f29bc3e5aedc7ffa8fd5983adde1e4989..7c5e12475486ff91d6aa991a64119c5a80706b85 100644
--- a/blimp/client/session/blimp_client_session.cc
+++ b/blimp/client/session/blimp_client_session.cc
@@ -214,7 +214,7 @@ void BlimpClientSession::ConnectWithAssignment(AssignmentSource::Result result,
OnAssignmentConnectionAttempted(result, assignment);
if (result != AssignmentSource::Result::RESULT_OK) {
- LOG(FATAL) << "Assignment failed, reason: " << result;
+ LOG(ERROR) << "Assignment failed, reason: " << result;
return;
}
« 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