mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[WIN32K] Mute a DPRINT
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user