NTCP: Log tweaks to help on ticket #996

This commit is contained in:
zzz
2014-04-17 18:54:58 +00:00
parent 6de81d41d2
commit f77a3c7f56
2 changed files with 9 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ class Writer {
_prepBuffer.init();
con.prepareNextWrite(_prepBuffer);
} catch (RuntimeException re) {
_log.log(Log.CRIT, "Error in the ntcp writer", re);
_log.log(Log.CRIT, "Error in the ntcp writer on " + con, re);
}
}
}