- Silence "Font loaded" debug print, which was mistakingly promoted to DPRINT in r35184.

svn path=/trunk/; revision=35552
This commit is contained in:
Aleksey Bragin 2008-08-23 08:10:15 +00:00
parent 1a6f6971b8
commit c0e1bccba7

View file

@ -385,7 +385,7 @@ IntGdiAddFontResource(PUNICODE_STRING FileName, DWORD Characteristics)
DPRINT1("Font loaded: %s (%s)\n", Face->family_name, Face->style_name);
DPRINT("Font loaded: %s (%s)\n", Face->family_name, Face->style_name);
DPRINT("Num glyphs: %u\n", Face->num_glyphs);
/* Add this font resource to the font table */