From fb6317cf0679a8a847133360d6e35fc8f0bfbec9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 29 Mar 2015 02:56:35 -0700 Subject: Improve error message --- libcrystfel/src/index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel') diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c index 9ac5b3cc..6f046ab6 100644 --- a/libcrystfel/src/index.c +++ b/libcrystfel/src/index.c @@ -398,7 +398,7 @@ char *indexer_str(IndexingMethod indm) break; default : - ERROR("Unrecognised indexing method %i\n", + ERROR("No test description for indexing method %i\n", indm & INDEXING_METHOD_MASK); strcpy(str, "(unknown)"); break; -- cgit v1.2.3