[WIN32K] Mute a DPRINT

This commit is contained in:
Mark Jansen 2019-03-07 00:15:00 +01:00
parent dd8f30f879
commit a98bebb0b0
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -301,7 +301,7 @@ FontGetObject(PTEXTOBJ plfont, ULONG cjBuffer, PVOID pvBuffer)
if (!(plfont->fl & TEXTOBJECT_INIT))
{
NTSTATUS Status;
DPRINT1("FontGetObject font not initialized!\n");
DPRINT("FontGetObject font not initialized!\n");
Status = TextIntRealizeFont(plfont->BaseObject.hHmgr, plfont);
if (!NT_SUCCESS(Status))