improve trace
This commit is contained in:
@@ -1115,9 +1115,8 @@ void Song::SaveToSMFile( CString sPath, bool bSavingCache )
|
|||||||
|
|
||||||
void Song::SaveToDWIFile()
|
void Song::SaveToDWIFile()
|
||||||
{
|
{
|
||||||
LOG->Trace( "Song::SaveToSongFileAndDWI()" );
|
const CString sPath = SetExtension( GetSongFilePath(), "dwi" );
|
||||||
|
LOG->Trace( "Song::SaveToDWIFile(%s)", sPath.c_str() );
|
||||||
CString sPath = SetExtension( GetSongFilePath(), "dwi" );
|
|
||||||
|
|
||||||
NotesWriterDWI wr;
|
NotesWriterDWI wr;
|
||||||
wr.Write(sPath, *this);
|
wr.Write(sPath, *this);
|
||||||
|
|||||||
Reference in New Issue
Block a user