From 54d3afddd53c56ef89a5d9ad9e320b69fdd2a162 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 25 Sep 2020 08:37:47 +0200 Subject: stream_make_index: s/Indexing/Scanning/ Because it sounds strange and confusing to index the indexing results. --- libcrystfel/src/stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3