aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-12-09 16:46:49 +0100
committerThomas White <taw@physics.org>2014-12-09 16:46:49 +0100
commit0f33cc673d2dc112fc0d146877a8a5cfaafbf33d (patch)
treeafa78300a5dec51f971ff7d35b00b34afc9c0ac0 /src/process_image.c
parent2935b543d8fef89c37c67e04fb17f5e398e9a7f3 (diff)
Update warning
Diffstat (limited to 'src/process_image.c')
-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 */