diff options
author | Thomas White <taw@physics.org> | 2014-12-09 16:50:20 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-12-09 16:50:20 +0100 |
commit | cac88930afea54def29751416e1ce3ec795072b3 (patch) | |
tree | 209f728478256bd9e1ce4c6a0f0ee7d547a3f562 /src/process_image.c | |
parent | 0f33cc673d2dc112fc0d146877a8a5cfaafbf33d (diff) |
Capitalise all warnings
Diffstat (limited to 'src/process_image.c')
-rw-r--r-- | src/process_image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_image.c b/src/process_image.c index a964266a..41810e12 100644 --- a/src/process_image.c +++ b/src/process_image.c @@ -273,7 +273,7 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs, n += crystal_get_num_implausible_reflections(image.crystals[i]); } if ( n > 0 ) { - STATUS("Warning: %i implausibly negative reflection%s in %s.\n", + STATUS("WARNING: %i implausibly negative reflection%s in %s.\n", n, n>1?"s":"", image.filename); } |