From ea5a77e47ec5b4742061fb227c1062519397ff53 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 31 Mar 2003 20:53:19 +0000 Subject: [PATCH] log chars on font load --- 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 a0f8bb1691..f198e6e19f 100644 --- a/stepmania/src/Font.cpp +++ b/stepmania/src/Font.cpp @@ -745,7 +745,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).", sFontOrTextureFilePath.GetString() ); + LOG->Trace( "FontManager::LoadFont(\"%s\",\"%s\").", sFontOrTextureFilePath.GetString(), Chars.GetString() ); path = sFontOrTextureFilePath; Chars = sChars;