diff options
author | Thomas White <taw@physics.org> | 2014-12-09 16:46:49 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-12-09 16:46:49 +0100 |
commit | 0f33cc673d2dc112fc0d146877a8a5cfaafbf33d (patch) | |
tree | afa78300a5dec51f971ff7d35b00b34afc9c0ac0 /src | |
parent | 2935b543d8fef89c37c67e04fb17f5e398e9a7f3 (diff) |
Update warning
Diffstat (limited to 'src')
-rw-r--r-- | src/process_image.c | 4 |
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 */ |