mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Silence "Font loaded" debug print, which was mistakingly promoted to DPRINT in r35184.
svn path=/trunk/; revision=35552
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user