mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[WIN32K] Mute a DPRINT
This commit is contained in:
parent
dd8f30f879
commit
a98bebb0b0
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue