Commit e816cc0a authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Improved debug message.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1318 b35dd754-fafc-0310-a699-88a17e54d16e
parent ce86c482
...@@ -243,8 +243,7 @@ public class SocketConnection implements Connection { ...@@ -243,8 +243,7 @@ public class SocketConnection implements Connection {
xmlSerializer.flush(); xmlSerializer.flush();
} }
catch (IOException e) { catch (IOException e) {
Log.debug(LocaleUtils.getLocalizedString("admin.error.close") Log.debug("Error delivering packet" + "\n" + this.toString(), e);
+ "\n" + this.toString(), e);
errorDelivering = true; errorDelivering = true;
} }
} }
......
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