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

Unified Diff: remoting/host/security_key/security_key_extension_session.cc

Issue 2562473002: Fixing SecurityKeySocket unit test issues and cleanup (Closed)
Patch Set: Addressing CR Feedback #2 Created 4 years 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
Index: remoting/host/security_key/security_key_extension_session.cc
diff --git a/remoting/host/security_key/security_key_extension_session.cc b/remoting/host/security_key/security_key_extension_session.cc
index 8bac8912e86c3e2cd20973fd6e76070fc9e0eec5..f637981bbf44f013cb4326c9a9024cd4e8175fae 100644
--- a/remoting/host/security_key/security_key_extension_session.cc
+++ b/remoting/host/security_key/security_key_extension_session.cc
@@ -171,8 +171,7 @@ void SecurityKeyExtensionSession::ProcessErrorMessage(
HOST_LOG << "Sending security key error";
security_key_auth_handler_->SendErrorAndCloseConnection(connection_id);
} else {
- LOG(WARNING) << "Unknown gnubby-auth data connection: '" << connection_id
- << "'";
+ LOG(WARNING) << "Unknown gnubby-auth connection id: " << connection_id;
}
}

Powered by Google App Engine
This is Rietveld 408576698