From 65b7c4d96c13b6718c9d34309f4b8aee2cc76aa5 Mon Sep 17 00:00:00 2001 From: afederici <ajf5@illinois.edu> Date: Wed, 18 Nov 2020 21:51:23 -0600 Subject: [PATCH] bug fix --- src/Node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Node.cpp b/src/Node.cpp index ae531c8..7e8e7de 100644 --- a/src/Node.cpp +++ b/src/Node.cpp @@ -882,7 +882,7 @@ void Node::handleTcpMessage() } case CHUNKACK: { - cout << "[CHUNKACK] receiving the put worked!" << endl + cout << "[CHUNKACK] receiving the put worked!" << endl; //IP, exec, start, temp, actual file, prefix if (!isLeader) { //forward to know that the file was put okay -- GitLab