aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-02-08 15:52:19 -0800
committerThomas White <taw@physics.org>2013-02-08 15:52:19 -0800
commit13116e93b01faee7826b5ba95a1dbf5fc3d64b45 (patch)
treeb861e0a2aa50b122485dcd511f90b0caac3316f3 /src/im-sandbox.c
parentd8ff3bdfcc020ec296d2ad81209fce744343ad57 (diff)
Small tweaks
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r--src/im-sandbox.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index f14d5a11..17dc3dc6 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -955,11 +955,10 @@ void create_sandbox(struct index_args *iargs, int n_proc, char *prefix,
tNow = get_monotonic_seconds();
if ( tNow >= sb->t_last_stats+STATS_EVERY_N_SECONDS ) {
- STATUS("%i images processed so far, "
- "%i had at least one indexable crystal."
- "%i crystals found so far."
- "%i images processed since the last message\n",
- sb->n_processed, sb->n_hadcrystals,
+ STATUS("%4i indexable out of %4i processed, "
+ "%4i crystals so far. "
+ "%4i images processed since the last message.\n",
+ sb->n_hadcrystals, sb->n_processed,
sb->n_crystals,
sb->n_processed - sb->n_processed_last_stats);