From ee78f2a5fb29ac33b4d41b1d5b4b4a3e1efcf067 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sun, 6 Jul 2008 11:52:17 +0200 Subject: [PATCH] fix bad wording --- CollectionReader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.7.4