mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
A bit improved error reporting for checksum calculation.
This commit is contained in:
@@ -46,7 +46,7 @@ CArchiveLoader::CArchiveLoader(const std::string &mountPoint, const std::string
|
||||
{
|
||||
throw std::runtime_error("LOD archive format unknown. Cannot deal with " + archive);
|
||||
}
|
||||
logGlobal->traceStream() << "Archive loaded, " << entries.size() << " files found";
|
||||
logGlobal->traceStream() << ext << "Archive loaded, " << entries.size() << " files found";
|
||||
}
|
||||
|
||||
void CArchiveLoader::initLODArchive(const std::string &mountPoint, CFileInputStream & fileStream)
|
||||
@@ -179,4 +179,4 @@ std::unordered_set<ResourceID> CArchiveLoader::getFilteredFiles(std::function<bo
|
||||
foundID.insert(file.first);
|
||||
}
|
||||
return foundID;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user