From 71d990696e9b47f6d5318c483fe6a1afae8131a2 Mon Sep 17 00:00:00 2001
From: afederici <ajf5@illinois.edu>
Date: Sun, 29 Nov 2020 06:49:42 -0600
Subject: [PATCH] new replication -> pt8b

---
 src/Node.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Node.cpp b/src/Node.cpp
index 8dd8584..d8d2f6a 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]);
 				}
-- 
GitLab