From: David ‘Bombe’ Roden Date: Sun, 6 Jul 2008 09:52:17 +0000 (+0200) Subject: fix bad wording X-Git-Tag: 0.1~6 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;ds=sidebyside;h=ee78f2a5fb29ac33b4d41b1d5b4b4a3e1efcf067;hp=88a6c6019c9364a9cf0df4af1760b3be44b9052e;p=ecparse.git fix bad wording --- diff --git a/CollectionReader.cpp b/CollectionReader.cpp index e33d6b8..ffbb89c 100644 --- a/CollectionReader.cpp +++ b/CollectionReader.cpp @@ -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; }