提交 ce39e2c0 编写于 作者: J Joao Sousa

Added a logging message to the class.

上级 5aec4022
......@@ -56,6 +56,7 @@ import bftsmart.reconfiguration.ClientViewController;
import bftsmart.tom.core.messages.TOMMessage;
import bftsmart.tom.util.Logger;
import bftsmart.tom.util.TOMUtil;
import java.util.Arrays;
/**
*
......@@ -310,6 +311,9 @@ public class NettyClientServerCommunicationSystemClientSide extends SimpleChanne
@Override
public void send(boolean sign, int[] targets, TOMMessage sm) {
Logger.println("Sending request from " + sm.getSender() + " with sequence number " + sm.getSequence() + " to " + Arrays.toString(targets));
if (sm.serializedMessage == null) {
//serialize message
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册