From 558c9b80136cff3fa5cc2c9158f48a1c2113a4e6 Mon Sep 17 00:00:00 2001 From: Jef Poskanzer Date: Mon, 11 Nov 2013 11:18:46 -0800 Subject: Moved a bunch more output strings to locale.[hc]. --- src/iperf_client_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/iperf_client_api.c') 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; -- cgit v1.2.3