| Index: webrtc/modules/audio_processing/test/process_test.cc
|
| diff --git a/webrtc/modules/audio_processing/test/process_test.cc b/webrtc/modules/audio_processing/test/process_test.cc
|
| index fdfaab0f529d06c0a99e206a02c2cd1fc5a6d9c5..d07db9256cbd9597a790864041a950fd519dfe95 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 =
|
|
|