Commit 607e0253 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Improved error message.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1435 b35dd754-fafc-0310-a699-88a17e54d16e
parent 92f013db
...@@ -173,7 +173,7 @@ class ServerDialback { ...@@ -173,7 +173,7 @@ class ServerDialback {
} }
} }
catch (Exception e) { catch (Exception e) {
Log.error("Error connecting to the remote server", e); Log.error("Error connecting to the remote server: " + hostname, e);
// Close the connection // Close the connection
if (connection != null) { if (connection != null) {
connection.close(); connection.close();
......
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