better countdown display

This commit is contained in:
tth 2019-08-23 23:55:08 +02:00
parent c3852b4dee
commit 03bfeacad5
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ for (i = 0; i < nbre_capt; i++) {
}
if(verbosity > 1) {
printf("%6d %9.3f\n", i, fimg_timer_get(0));
printf("%6d / %6d %9.3f\n", i, nbre_capt, fimg_timer_get(0));
}