mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
COMMON: Improved debug output for dumping archives
This commit is contained in:
parent
1b1d06839c
commit
25577d4702
@ -132,7 +132,7 @@ Common::Error Archive::dumpArchive(const Path &destPath) {
|
||||
|
||||
for (auto &f : files) {
|
||||
Common::Path filePath = f->getPathInArchive().punycodeEncode();
|
||||
debug(1, "File: %s", filePath.toString().c_str());
|
||||
debug(1, "dumpArchive(): File: %s", filePath.toString().c_str());
|
||||
|
||||
// skip if f represents a directory
|
||||
if (filePath.isSeparatorTerminated()) continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user