From c1cd2bbd790bcf0c6b3ef8abdd5d2a9bca8d10e7 Mon Sep 17 00:00:00 2001 From: peah Date: Mon, 9 Nov 2015 10:38:07 -0800 Subject: [PATCH] Turned off progress report for finished processing when the progress report is explicitly deactivated BUG=webrtc:5099 Review URL: https://codereview.webrtc.org/1407723002 Cr-Commit-Position: refs/heads/master@{#10566} --- webrtc/modules/audio_processing/test/process_test.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webrtc/modules/audio_processing/test/process_test.cc b/webrtc/modules/audio_processing/test/process_test.cc index fdfaab0f52..d07db9256c 100644 --- a/webrtc/modules/audio_processing/test/process_test.cc +++ b/webrtc/modules/audio_processing/test/process_test.cc @@ -1049,7 +1049,9 @@ void void_main(int argc, char* argv[]) { } } } - printf("100%% complete\r"); + if (progress) { + printf("100%% complete\r"); + } if (aecm_echo_path_out_file != NULL) { const size_t path_size =