improve trace

This commit is contained in:
Glenn Maynard
2003-11-01 22:16:42 +00:00
parent e62997d503
commit 67f1b58ea0
+2 -3
View File
@@ -1115,9 +1115,8 @@ void Song::SaveToSMFile( CString sPath, bool bSavingCache )
void Song::SaveToDWIFile()
{
LOG->Trace( "Song::SaveToSongFileAndDWI()" );
CString sPath = SetExtension( GetSongFilePath(), "dwi" );
const CString sPath = SetExtension( GetSongFilePath(), "dwi" );
LOG->Trace( "Song::SaveToDWIFile(%s)", sPath.c_str() );
NotesWriterDWI wr;
wr.Write(sPath, *this);