mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NTGDI][FREETYPE] 2-line fix: Changing DPRINT1 to DPRINT
to avoid unnecessary log spam. @KRosUser suggests. JIRA issue: N/A
This commit is contained in:
@@ -934,8 +934,8 @@ static NTSTATUS FontLink_PopulateEntries(VOID)
|
||||
szzFontLink[_countof(szzFontLink) - 1] = UNICODE_NULL;
|
||||
szzFontLink[_countof(szzFontLink) - 2] = UNICODE_NULL;
|
||||
|
||||
DPRINT1("szName: %S\n", szName);
|
||||
DPRINT1("szzFontLink: %S\n", szzFontLink);
|
||||
DPRINT("szName: %S\n", szName);
|
||||
DPRINT("szzFontLink: %S\n", szzFontLink);
|
||||
|
||||
FontLink_AddEntry(szName, szzFontLink);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user