This commit is contained in:
Glenn Maynard
2006-02-15 00:39:02 +00:00
parent 3def328a9a
commit 3b0f4fa656
+1 -1
View File
@@ -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;
}