diff options
author | Ben Castricum | 2012-01-01 17:14:29 +0100 |
---|---|---|
committer | Ben Castricum | 2012-01-01 17:14:29 +0100 |
commit | 23a5bc61af0124bb3851d681957f2f094bc31a39 (patch) | |
tree | 9ee914bb6e9669f2c09816c283c1dee45e834e3d /engines | |
parent | e2ded73d923a2be759b272ebca7c989603ef0f31 (diff) | |
download | scummvm-rg350-23a5bc61af0124bb3851d681957f2f094bc31a39.tar.gz scummvm-rg350-23a5bc61af0124bb3851d681957f2f094bc31a39.tar.bz2 scummvm-rg350-23a5bc61af0124bb3851d681957f2f094bc31a39.zip |
SCUMM: Don't hide scumm detector debug message for certain cases
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/detection.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp index 2ae994040b..d925cc9198 100644 --- a/engines/scumm/detection.cpp +++ b/engines/scumm/detection.cpp @@ -585,7 +585,6 @@ static void detectGames(const Common::FSList &fslist, Common::List<DetectorResul // Print some debug info int filesize = tmp->size(); - if (d.md5Entry->filesize != filesize) debug(1, "SCUMM detector found matching file '%s' with MD5 %s, size %d\n", file.c_str(), md5str.c_str(), filesize); |