Improved logging.

This commit is contained in:
Simone Bordet 2012-01-11 22:18:24 +01:00
parent f81a8a3d9c
commit 5c059550a8
1 changed files with 1 additions and 2 deletions

View File

@ -246,8 +246,7 @@ public class ChannelEndPoint implements EndPoint
}
catch (IOException x)
{
LOG.debug(x.toString());
LOG.ignore(x);
LOG.debug("Exception while filling", x);
try
{
if (_channel.isOpen())