[Scummvm-cvs-logs] SF.net SVN: scummvm:[52220] scummvm/trunk/engines/sci/engine/kfile.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Aug 20 09:38:33 CEST 2010


Revision: 52220
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52220&view=rev
Author:   thebluegr
Date:     2010-08-20 07:38:33 +0000 (Fri, 20 Aug 2010)

Log Message:
-----------
SCI: Changed a warning into a debugC

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kfile.cpp

Modified: scummvm/trunk/engines/sci/engine/kfile.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kfile.cpp	2010-08-20 05:06:07 UTC (rev 52219)
+++ scummvm/trunk/engines/sci/engine/kfile.cpp	2010-08-20 07:38:33 UTC (rev 52220)
@@ -744,7 +744,8 @@
 	}
 
 	if (name.empty()) {
-		warning("Attempted to open a file with an empty filename");
+		// Happens many times during KQ1 (e.g. when typing something)
+		debugC(2, kDebugLevelFile, "Attempted to open a file with an empty filename");
 		return SIGNAL_REG;
 	}
 	debugC(2, kDebugLevelFile, "kFileIO(open): %s, 0x%x", name.c_str(), mode);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list