aboutsummaryrefslogtreecommitdiff
path: root/src/iperf_client_api.c
diff options
context:
space:
mode:
authorJef Poskanzer <jef@mail.acme.com>2013-11-11 11:18:46 -0800
committerJef Poskanzer <jef@mail.acme.com>2013-11-11 11:18:46 -0800
commit558c9b80136cff3fa5cc2c9158f48a1c2113a4e6 (patch)
tree43d0aba38f12fada99fb955caad27a703a5753ad /src/iperf_client_api.c
parent55ace3e28b5d48773a693f95abb7aeca85b8e417 (diff)
downloadiperf3-558c9b80136cff3fa5cc2c9158f48a1c2113a4e6.tar.gz
Moved a bunch more output strings to locale.[hc].
Diffstat (limited to 'src/iperf_client_api.c')
-rw-r--r--src/iperf_client_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iperf_client_api.c b/src/iperf_client_api.c
index 2fdca45..2178a29 100644
--- a/src/iperf_client_api.c
+++ b/src/iperf_client_api.c
@@ -131,7 +131,7 @@ client_omit_timer_proc(TimerClientData client_data, struct timeval *nowP)
test->omitting = 0;
iperf_reset_stats(test);
if (test->verbose && !test->json_output && test->reporter_interval == 0)
- iprintf(test, "Finished omit period, starting real test\n");
+ iprintf(test, "%s", report_omit_done);
/* Reset the timers. */
if (test->stats_timer != NULL)
@@ -448,7 +448,7 @@ iperf_run_client(struct iperf_test * test)
return -1;
} else {
iprintf(test, "\n");
- iprintf(test, "iperf Done.\n");
+ iprintf(test, "%s", report_done);
}
return 0;