fix bad wording
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 6 Jul 2008 09:52:17 +0000 (11:52 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 6 Jul 2008 09:52:17 +0000 (11:52 +0200)
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;
        }