diff --git a/stepmania/src/Font.cpp b/stepmania/src/Font.cpp index 56eee3d30c..99b31bde10 100644 --- a/stepmania/src/Font.cpp +++ b/stepmania/src/Font.cpp @@ -699,7 +699,7 @@ void Font::Load(const CString &sFontOrTextureFilePath, CString sChars) } /* The font is not already loaded. Figure out what we have. */ -// LOG->Trace( "FontManager::LoadFont(%s).", sFontFilePath.GetString() ); + LOG->Trace( "FontManager::LoadFont(%s).", sFontOrTextureFilePath.GetString() ); path = sFontOrTextureFilePath; Chars = sChars;