diff --git a/src/keydb-diagnostic-tool.cpp b/src/keydb-diagnostic-tool.cpp index 53a612b1b..4e39785c0 100644 --- a/src/keydb-diagnostic-tool.cpp +++ b/src/keydb-diagnostic-tool.cpp @@ -981,7 +981,8 @@ int main(int argc, const char **argv) { } freeReplyObject(reply); - printf("Server has %d threads.\n", server_threads); + printf("Server has %d threads.\nStarting...\n", server_threads); + fflush(stdout); while (self_threads < config.max_threads) { for (int i = 0; i < config.numclients; i++) {