This commit is contained in:
Glenn Maynard
2004-12-27 02:06:38 +00:00
parent 6fa1bda0be
commit bd3b4cbc9d
+1 -1
View File
@@ -1227,7 +1227,7 @@ bool MusicWheel::Select() // return true if this selection ends the screen
case TYPE_COURSE:
return true;
case TYPE_SORT:
LOG->Trace("New sort order selected: %s - %d",
LOG->Trace("New sort order selected: %s - %s",
m_CurWheelItemData[m_iSelection]->m_sLabel.c_str(),
SortOrderToString(m_CurWheelItemData[m_iSelection]->m_Action.m_SortOrder).c_str() );
ChangeSort( m_CurWheelItemData[m_iSelection]->m_Action.m_SortOrder );