X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=CollectionReader.cpp;h=ffbb89c806839620a2bcc256414b0b92be9162e9;hb=005e134568b5c77ec880481ec66f78b22c1cd6f2;hp=e33d6b8da8ad4c8fa5c5096d39a31bcc46e2dc7c;hpb=88a6c6019c9364a9cf0df4af1760b3be44b9052e;p=ecparse.git 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; }