From eba6e65ede6e0e8fca8599888b42e98b1f12d129 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 31 Mar 2003 21:21:52 +0000 Subject: [PATCH] log chars --- stepmania/src/BitmapText.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/BitmapText.cpp b/stepmania/src/BitmapText.cpp index fb8a706851..85b27e2819 100644 --- a/stepmania/src/BitmapText.cpp +++ b/stepmania/src/BitmapText.cpp @@ -105,7 +105,7 @@ bool BitmapText::LoadFromFont( CString sFontFilePath ) bool BitmapText::LoadFromTextureAndChars( CString sTexturePath, CString sChars ) { - LOG->Trace( "BitmapText::LoadFromTextureAndChars(%s)", sTexturePath.GetString() ); + LOG->Trace( "BitmapText::LoadFromTextureAndChars(\"%s\",\"%s\")", sTexturePath.GetString(), sChars.GetString() ); if( m_pFont ) { FONT->UnloadFont( m_pFont );