[GDI] Demote the insane amount of logging CORE-1091
[reactos.git] / win32ss / gdi / ntgdi / text.c
index 3761dd8..8de0855 100644 (file)
@@ -41,7 +41,7 @@ IntTMWFixUp(
      * to a TrueType one when we have a 'Raster' font as our input we filter
      * out the problematic TrueType and Vector bits.
      * Our list below checks for Raster Font Facenames. */
-    DPRINT1("Font Facename is '%S'.\n", lf.lfFaceName);
+    DPRINT("Font Facename is '%S'.\n", lf.lfFaceName);
     if ((wcsicmp(lf.lfFaceName, L"Helv") == 0) ||
         (wcsicmp(lf.lfFaceName, L"Courier") == 0) ||
         (wcsicmp(lf.lfFaceName, L"MS Sans Serif") == 0) ||