diff options
-rw-r--r-- | src/calibrate-detector.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/calibrate-detector.c b/src/calibrate-detector.c index 15188a61..5341e599 100644 --- a/src/calibrate-detector.c +++ b/src/calibrate-detector.c @@ -304,6 +304,7 @@ int main(int argc, char *argv[]) } n_images++; + STATUS("Done %i images\n", n_images); } } while ( rval != NULL ); |