Skip to content
Snippets Groups Projects
Commit 1e1a816c authored by David Garcia Quintas's avatar David Garcia Quintas
Browse files

fixed size_t format string

parent b0c246e2
No related branches found
No related tags found
No related merge requests found
...@@ -583,7 +583,7 @@ static int run_benchmark(char *socket_type, thread_args *client_args, ...@@ -583,7 +583,7 @@ static int run_benchmark(char *socket_type, thread_args *client_args,
return rv; return rv;
} }
gpr_log(GPR_INFO, "Starting test %s %s %d", client_args->strategy_name, gpr_log(GPR_INFO, "Starting test %s %s %zu", client_args->strategy_name,
socket_type, client_args->msg_size); socket_type, client_args->msg_size);
gpr_thd_new(&tid, server_thread_wrap, server_args, NULL); gpr_thd_new(&tid, server_thread_wrap, server_args, NULL);
......
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