[GDI] Demote the insane amount of logging CORE-1091

that was introduced by
0.4.15-dev-684-g
448bcede24
This commit is contained in:
Joachim Henze 2020-09-01 19:11:22 +02:00
parent 448bcede24
commit 9835710f7e

View 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) ||