diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-06-12 09:42:07 -0700 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-06-12 09:42:07 -0700 |
commit | 4ab3f17756453521edd647678e8bae1c1640b415 (patch) | |
tree | 2cd76e398000e343908324c464880a1c3cd03da8 /src | |
parent | 652043a185e214754dcc42c864a748bf91255282 (diff) |
calibrate_detector: Show how many images have been processed
Diffstat (limited to 'src')
-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 ); |