Fixed typo in log

This commit is contained in:
nathan 2016-03-09 00:48:24 +01:00
parent 8dd0dd3db3
commit 0a2f37c482

View File

@ -74,7 +74,7 @@ class KryoDecoder extends ByteToMessageDecoder {
if (length == 0) {
context.fireExceptionCaught(new IllegalStateException("Kryo DecoderTCP had a read length of 0"));
context.fireExceptionCaught(new IllegalStateException("KryoDecoder had a read length of 0"));
return;
}