Skip to content
Snippets Groups Projects
Commit 65b7c4d9 authored by ajf5's avatar ajf5
Browse files

bug fix

parent 03211e4f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment