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/?p=ecparse.git;a=commitdiff_plain;h=ee78f2a5fb29ac33b4d41b1d5b4b4a3e1efcf067 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; }