From 0f33cc673d2dc112fc0d146877a8a5cfaafbf33d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 9 Dec 2014 16:46:49 +0100 Subject: Update warning --- src/process_image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/process_image.c') 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 */ -- cgit v1.2.3