From cac88930afea54def29751416e1ce3ec795072b3 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 9 Dec 2014 16:50:20 +0100 Subject: Capitalise all warnings --- src/check_hkl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/check_hkl.c') diff --git a/src/check_hkl.c b/src/check_hkl.c index e10f5f29..a5e206c1 100644 --- a/src/check_hkl.c +++ b/src/check_hkl.c @@ -614,12 +614,12 @@ static void plot_shells(RefList *list, UnitCell *cell, const SymOpList *sym, STATUS("%i reflections in total.\n", nrefl); if ( nout ) { - STATUS("Warning; %i reflections outside resolution range.\n", + STATUS("WARNING; %i reflections outside resolution range.\n", nout); } if ( nsilly ) { - STATUS("Warning; %i reflections had infinite or invalid values" + STATUS("WARNING; %i reflections had infinite or invalid values" " of I/sigma(I).\n", nsilly); } -- cgit v1.2.3