diff --git a/src/Node.cpp b/src/Node.cpp index 8dd85848dc0f9ea12a37fdb3692614803e9c39d1..d8d2f6a76d659c4d8c119b49f236a2e67b3dadba 100644 --- a/src/Node.cpp +++ b/src/Node.cpp @@ -1488,6 +1488,7 @@ void Node::handleTcpMessage() break; } case REP: { + cout <<"[REP] ?? " << payload; if (inMsg[0].compare(nodeInformation.ip)){ this->tcpServent->sendMessage(inMsg[0], TCPPORT, inMsg[0] + "::" + inMsg[1] + "::" + inMsg[2] + "::" + inMsg[3] + "::" + inMsg[4]); }