aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-06-12 09:42:07 -0700
committerThomas White <taw@bitwiz.org.uk>2010-06-12 09:42:07 -0700
commit4ab3f17756453521edd647678e8bae1c1640b415 (patch)
tree2cd76e398000e343908324c464880a1c3cd03da8 /src
parent652043a185e214754dcc42c864a748bf91255282 (diff)
calibrate_detector: Show how many images have been processed
Diffstat (limited to 'src')
-rw-r--r--src/calibrate-detector.c1
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 );