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