From 3b0f4fa656f8469869be9199ff8d94cdc58bc9a2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 15 Feb 2006 00:39:02 +0000 Subject: [PATCH] cleanup --- stepmania/src/XmlFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/XmlFile.cpp b/stepmania/src/XmlFile.cpp index 350010ac91..1407377863 100644 --- a/stepmania/src/XmlFile.cpp +++ b/stepmania/src/XmlFile.cpp @@ -670,7 +670,7 @@ bool XNode::SaveToFile( const RString &sFile, DISP_OPT &opt ) const RageFile f; if( !f.Open(sFile, RageFile::WRITE) ) { - LOG->Warn("Couldn't open %s for writing: %s", sFile.c_str(), f.GetError().c_str() ); + LOG->Warn( "Couldn't open %s for writing: %s", sFile.c_str(), f.GetError().c_str() ); return false; }