log chars on font load

This commit is contained in:
Glenn Maynard
2003-03-31 20:53:19 +00:00
parent f93eeb91d4
commit ea5a77e47e
+1 -1
View File
@@ -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;