From 05baf18ad619128777c81398e56cd83e70a9790d Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 14 Oct 2006 03:14:47 +0000 Subject: Fix introduction of WW svn-id: r24302 --- common/file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/file.cpp') diff --git a/common/file.cpp b/common/file.cpp index 68360ce1d8..379654bd14 100644 --- a/common/file.cpp +++ b/common/file.cpp @@ -217,7 +217,7 @@ bool File::open(const String &filename, AccessMode mode) { _handle = fopenNoCase(filename, "", modeStr); } else if (_filesMap && _filesMap->contains(fname)) { fname = (*_filesMap)[fname]; - debug(3, "Opening hashed: %s", fname.c_str()); + debug(0, "Opening hashed: %s", fname.c_str()); _handle = fopen(fname.c_str(), modeStr); } else if (_filesMap && _filesMap->contains(fname + ".")) { // WORKAROUND: Bug #1458388: "SIMON1: Game Detection fails" -- cgit v1.2.3