diff --git a/legacy/ecore/examples/client_bench.c b/legacy/ecore/examples/client_bench.c index 92e054fc82..0309f87a25 100644 --- a/legacy/ecore/examples/client_bench.c +++ b/legacy/ecore/examples/client_bench.c @@ -42,7 +42,8 @@ _spawn(void *data) // printf("Creating connection %i\n", x); if (!ecore_con_server_connect(ECORE_CON_REMOTE_NODELAY, "127.0.0.1", 8080, NULL)) { - printf("CRITICAL ERROR!\n"); + printf("CRITICAL ERROR!\n" + "Could not create connection #%i!\n", x); exit(1); } }