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:
@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user