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}
This commit is contained in:
peah
2015-11-09 10:38:07 -08:00
committed by Commit bot
parent f475add57e
commit c1cd2bbd79

View File

@ -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 =