add trace

This commit is contained in:
Glenn Maynard
2003-07-10 01:56:52 +00:00
parent 5a6c5760f3
commit a90684be06
+1 -1
View File
@@ -80,10 +80,10 @@ bool LyricsLoader::LoadFromLRCFile( CString sPath, Song &out )
seg.m_sLyric.Replace( "|","\n" ); // Pipe symbols denote a new line in LRC files
out.AddLyricSegment( seg );
}
}
sort( out.m_LyricSegments.begin(), out.m_LyricSegments.end(), CompareLyricSegments );
LOG->Trace( "LyricsLoader::LoadFromLRCFile done" );
return true;
}