diff options
author | Thomas White <taw@physics.org> | 2020-09-25 08:37:47 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-09-25 08:37:47 +0200 |
commit | 54d3afddd53c56ef89a5d9ad9e320b69fdd2a162 (patch) | |
tree | 68bbcd959243e9181bba4b6a764eda7eaa4676e6 /libcrystfel | |
parent | b223a27b191c28f25b1f93a2834bcad0ec80b4d9 (diff) |
stream_make_index: s/Indexing/Scanning/
Because it sounds strange and confusing to index the indexing results.
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index f022116b..25066314 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -1539,7 +1539,7 @@ StreamIndex *stream_make_index(const char *filename) index->n_keys = 0; index->max_keys = 0; - STATUS("Indexing %s\n", filename); + STATUS("Scanning %s\n", filename); do { |