logging added

This commit is contained in:
Eugene Zhuravlev
2012-02-27 14:32:30 +04:00
parent 50cb0c8aed
commit 21b3aec3e2
@@ -311,6 +311,7 @@ class ServerMessageHandler extends SimpleChannelHandler {
}, this);
}
catch (Throwable e) {
LOG.info(e);
error = e;
}
finally {