Skip to content
Snippets Groups Projects
Commit 42fda2bb authored by Florian Fischer's avatar Florian Fischer
Browse files

[Echoclient] properly format parameter output

parent d7d109a1
No related branches found
No related tags found
No related merge requests found
......@@ -427,9 +427,9 @@ static void printSettings() {
} else {
std::cout << iterations << "iterations";
}
std::cout << ",clients=" << nclients;
std::cout << ",size=" << size;
std::cout << ",sendquit= " << (sendQuit ? "true" : "false");
std::cout << ", clients=" << nclients;
std::cout << ", size=" << size;
std::cout << ", sendquit=" << (sendQuit ? "true" : "false");
std::cout << "}" << std::endl;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment