diff options
author | Thomas White <taw@physics.org> | 2015-03-29 02:56:35 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-04-20 15:50:39 +0200 |
commit | fb6317cf0679a8a847133360d6e35fc8f0bfbec9 (patch) | |
tree | bd94482adb68757430d90aedc600ff3e7a884924 /libcrystfel | |
parent | e141a2cbe9f936b65372b515930f86f609e64435 (diff) |
Improve error message
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/index.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |