Index: remoting/protocol/me2me_host_authenticator_factory.cc |
diff --git a/remoting/protocol/me2me_host_authenticator_factory.cc b/remoting/protocol/me2me_host_authenticator_factory.cc |
index 18f99948c27b415fed837c755e57fa8ba0d15b79..411225a67f0af079817fadeb6fbcc059ab3a3ae8 100644 |
--- a/remoting/protocol/me2me_host_authenticator_factory.cc |
+++ b/remoting/protocol/me2me_host_authenticator_factory.cc |
@@ -95,7 +95,8 @@ Me2MeHostAuthenticatorFactory::CreateAuthenticator( |
!base::StartsWith(remote_jid, remote_jid_prefix + '/', |
base::CompareCase::INSENSITIVE_ASCII)) { |
LOG(ERROR) << "Rejecting incoming connection from " << remote_jid |
- << ": Prefix mismatch."; |
+ << ": Prefix mismatch. Expected: " |
+ << remote_jid_prefix; |
return base::WrapUnique( |
new RejectingAuthenticator(Authenticator::INVALID_CREDENTIALS)); |
} |