fix bad wording
[ecparse.git] / CollectionReader.cpp
index e33d6b8..ffbb89c 100644 (file)
@@ -167,7 +167,7 @@ ED2KLink* CollectionReader::getNextLink() {
                        return NULL;
                }
                growingBuffer.read(&fileCollectionCount, 4);
-               GlobalSettings::isVerbose() && fprintf(stderr, "[%s:%d] will read %d file tags.\n", __FILE__, __LINE__, fileCollectionCount);
+               GlobalSettings::isVerbose() && fprintf(stderr, "[%s:%d] will read %d files.\n", __FILE__, __LINE__, fileCollectionCount);
                collectionFileIndex = 0;
                firstLink = false;
        }