LogType -> string.

This commit is contained in:
Steve Checkoway
2006-09-24 03:57:26 +00:00
parent b1a6f94d69
commit c8a2b7601c
10 changed files with 77 additions and 77 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ bool NotesWriterDWI::Write( RString sPath, const Song &out )
RageFile f;
if( !f.Open( sPath, RageFile::WRITE ) )
{
LOG->UserLog( RageLog::LogType_SongFile, sPath, "couldn't be opened for writing: %s", f.GetError().c_str() );
LOG->UserLog( "Song file", sPath, "couldn't be opened for writing: %s", f.GetError().c_str() );
return false;
}