aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/process_image.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process_image.c b/src/process_image.c
index 2c0999ca..a964266a 100644
--- a/src/process_image.c
+++ b/src/process_image.c
@@ -107,8 +107,8 @@ static void refine_radius(Crystal *cr)
}
if ( ti < 10 ) {
- ERROR("WARNING: Not enough strong reflections to estimate "
- "crystal parameters.\n");
+ ERROR("WARNING: Not enough strong reflections (%.0f) to estimate "
+ "crystal parameters (trying anyway).\n", ti);
}
/* Find the cutoff where we get 90% of the strong spots */