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

no pringing

parent 54841c77
No related branches found
No related tags found
No related merge requests found
...@@ -279,7 +279,7 @@ int TcpSocket::messageHandler(int sockfd, string payloadMessage, string returnIP ...@@ -279,7 +279,7 @@ int TcpSocket::messageHandler(int sockfd, string payloadMessage, string returnIP
//cout << "[CHUNK] exec: " << execfilename << ", start: " << filesAndSizes[4] << ", sdfs: " << sdfsfilename << endl; //cout << "[CHUNK] exec: " << execfilename << ", start: " << filesAndSizes[4] << ", sdfs: " << sdfsfilename << endl;
index = 5; index = 5;
} }
cout << "[MERGE] type:" << returnTypeString << ", payload: " << payload << endl; //cout << "[MERGE] type:" << returnTypeString << ", payload: " << payload << endl;
//cout << "[MERGE] type:" << returnTypeString << ", start index: " << to_string(index) << ", correction to extra -> " << extra << endl; //cout << "[MERGE] type:" << returnTypeString << ", start index: " << to_string(index) << ", correction to extra -> " << extra << endl;
while (index < dirSize){ while (index < dirSize){
format.clear(); format.clear();
......
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