diff options
author | 2018-07-27 08:14:57 +0000 | |
---|---|---|
committer | 2018-07-27 08:14:57 +0000 | |
commit | 97bf4e9ca99f1343288cbe0e2fafdaee1cb6fc8b (patch) | |
tree | ed4720737e83333e64265623dcce443c49b12f09 /app_example | |
parent | 6d318a772b79c37aa72140c9590631057fc0629f (diff) | |
parent | b7dae32a696999bd51c5e484d59e8094441c0212 (diff) |
Merge "Fix: proxy for sudo user and version of MLNX_OFED"
Diffstat (limited to 'app_example')
-rw-r--r-- | app_example/perf-test/multi_tcp_common_app_Cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app_example/perf-test/multi_tcp_common_app_Cli.c b/app_example/perf-test/multi_tcp_common_app_Cli.c index 5c1fada..e395848 100644 --- a/app_example/perf-test/multi_tcp_common_app_Cli.c +++ b/app_example/perf-test/multi_tcp_common_app_Cli.c @@ -255,7 +255,7 @@ process_client (void) sizeof (g_dest)); if (errconn[i] < 0) { - printf ("client %d Connect Failed %d\n", i, errno); + printf ("client %d Connect Failed %s\n", i, strerror(errno)); _CLOSE (c_socketfd[i]); c_socketfd[i] = -1; continue; |