提交 9122389a 编写于 作者: J Joao Sousa

Edited a logging message in the class.

上级 7d49c0b0
......@@ -199,7 +199,7 @@ public class NettyTOMMessageDecoder extends ByteToMessageDecoder {
}
}
}
Logger.println("Decoded message from " + sm.getSender() + " with sequence number " + sm.getSequence());
Logger.println("Decoded reply from " + sm.getSender() + " with sequence number " + sm.getSequence());
list.add(sm);
} catch (Exception ex) {
bftsmart.tom.util.Logger.println("Impossible to decode message: "+
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册