[Scummvm-git-logs] scummvm master -> 45036ad1c3fb3c6ff7c6c8b7fa26df00e0da4a36
mistydemeo
noreply at scummvm.org
Fri Jun 23 03:50:53 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
45036ad1c3 DIRECTOR: put chunk log behind debug flag
Commit: 45036ad1c3fb3c6ff7c6c8b7fa26df00e0da4a36
https://github.com/scummvm/scummvm/commit/45036ad1c3fb3c6ff7c6c8b7fa26df00e0da4a36
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2023-06-22T20:50:24-07:00
Commit Message:
DIRECTOR: put chunk log behind debug flag
Changed paths:
engines/director/archive.cpp
diff --git a/engines/director/archive.cpp b/engines/director/archive.cpp
index 5fe4f53b098..097b44e2c67 100644
--- a/engines/director/archive.cpp
+++ b/engines/director/archive.cpp
@@ -108,7 +108,7 @@ void Archive::listUnaccessedChunks() {
}
if (!s.empty())
- debug("Unaccessed Chunks in '%s':\n%s", _pathName.c_str(), s.c_str());
+ debugC(5, kDebugLoading, "Unaccessed Chunks in '%s':\n%s", _pathName.c_str(), s.c_str());
}
int Archive::getFileSize() {
More information about the Scummvm-git-logs
mailing list