diff --git a/engine/gl/gl_font.c b/engine/gl/gl_font.c index fd56fe3c8..7e4504ec2 100644 --- a/engine/gl/gl_font.c +++ b/engine/gl/gl_font.c @@ -666,7 +666,7 @@ qboolean Font_LoadFreeTypeFont(struct font_s *f, int height, char *fontfilename) #endif if (!fontmodule) { - Con_Printf("Couldn't load freetype library.\n"); + Con_DPrintf("Couldn't load freetype library.\n"); return false; } error = pFT_Init_FreeType(&fontlib);