add logging of which song/steps are chosen

This commit is contained in:
Chris Danford
2008-02-24 01:10:50 +00:00
parent 373ab121f0
commit f0c0a76238
+2
View File
@@ -638,6 +638,8 @@ bool Course::GetTrailUnsorted( StepsType st, CourseDifficulty cd, Trail &trail )
te.dc = dc;
}
trail.m_vEntries.push_back( te );
LOG->Trace( "Chose: %s, %d", te.pSong->GetSongDir().c_str(), te.pSteps->GetMeter() );
if( IsAnEdit() && MAX_SONGS_IN_EDIT_COURSE > 0 &&
int(trail.m_vEntries.size()) >= MAX_SONGS_IN_EDIT_COURSE )