[Scummvm-cvs-logs] SF.net SVN: scummvm:[53283] scummvm/trunk/engines/sword25/kernel/ filesystemutil.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Oct 13 01:15:39 CEST 2010


Revision: 53283
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53283&view=rev
Author:   sev
Date:     2010-10-12 23:15:39 +0000 (Tue, 12 Oct 2010)

Log Message:
-----------
SWORD25: Changed save path missing message to an error() call

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/kernel/filesystemutil.cpp

Modified: scummvm/trunk/engines/sword25/kernel/filesystemutil.cpp
===================================================================
--- scummvm/trunk/engines/sword25/kernel/filesystemutil.cpp	2010-10-12 23:15:18 UTC (rev 53282)
+++ scummvm/trunk/engines/sword25/kernel/filesystemutil.cpp	2010-10-12 23:15:39 UTC (rev 53283)
@@ -74,7 +74,7 @@
 		Common::String path = ConfMan.get("savepath");
 
 		if (path.empty()) {
-			BS_LOG_ERRORLN("No save path has been defined");
+			error("No save path has been defined");
 			return "";
 		}
 


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