From e312828809747ecfc28e0d42c120de83b541d097 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 24 Jan 2003 02:21:07 +0000 Subject: [PATCH] log when we load a font --- stepmania/src/Font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;