Skip to content
Snippets Groups Projects
Commit 46157eae authored by ajf5's avatar ajf5
Browse files

bug fix

parent 04a27593
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ int main(int argc, char *argv[])
continue;
}
if (!node->isBlackout){
string msg = cmdLineInput[1] + "," + cmdLineInput[2] + "," + cmdLineInput[3] + "," + cmdLineInput[4] + "\n";
string msg = cmdLineInput[1] + "::" + cmdLineInput[2] + "::" + cmdLineInput[3] + "::" + cmdLineInput[4] + "\n";
Messages outMsg(MAPLESTART, msg);
cout << "[MAPLE] forwarding request to " << node->leaderIP << endl;
node->tcpServent->sendMessage(node->leaderIP, TCPPORT, outMsg.toString());
......
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