Fix logs (thanks gcc)

This commit is contained in:
Glenn Maynard
2003-09-19 01:16:42 +00:00
parent c9889a15a7
commit 2c5a39ffa6
+1 -1
View File
@@ -1024,7 +1024,7 @@ void Course::UpdateCourseStats()
// call it sparingly. Its handled on startup and when
// themes change..
LOG->Trace("%s: Total feet: %d, Average Difficulty: %f",
LOG->Trace("%s: Total feet: %d",
this->m_sName.c_str(),
SortOrder_TotalDifficulty );
}