Commit 07830d33 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added hostname information to warn log when failing to connect to AS.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3564 b35dd754-fafc-0310-a699-88a17e54d16e
parent 43a1af98
......@@ -469,7 +469,7 @@ class ServerDialback {
return valid;
}
catch (Exception e) {
Log.warn("Error verifying key", e);
Log.warn("Error verifying key of remote server: " + hostname, e);
// Send a <remote-connection-failed/> stream error condition
// and terminate both the XML stream and the underlying
// TCP connection
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment