From 2c5a39ffa604c34800001a3f7af5b30b2a07c2c9 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 19 Sep 2003 01:16:42 +0000 Subject: [PATCH] Fix logs (thanks gcc) --- stepmania/src/Course.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Course.cpp b/stepmania/src/Course.cpp index ebcaa8d694..a54880fa9e 100644 --- a/stepmania/src/Course.cpp +++ b/stepmania/src/Course.cpp @@ -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 ); }