mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[GDI32][NTUSER] Demote noisy debug prints
This commit is contained in:
parent
c3560c6830
commit
34586814ab
2 changed files with 2 additions and 2 deletions
|
@ -573,7 +573,7 @@ ExtTextOutW(
|
|||
}
|
||||
else // Do nothing, old explorer pops this off.
|
||||
{
|
||||
DPRINT1("GdiBCExtTextOut nothing\n");
|
||||
DPRINT("GdiBCExtTextOut nothing\n");
|
||||
return TRUE;
|
||||
}
|
||||
} // Max 580 wchars, if offset 0
|
||||
|
|
|
@ -155,7 +155,7 @@ IntSendSyncPaint(PWND Wnd, ULONG Flags)
|
|||
Message = CONTAINING_RECORD(Entry, USER_SENT_MESSAGE, ListEntry);
|
||||
do
|
||||
{
|
||||
ERR("LOOP it\n");
|
||||
TRACE("LOOP it\n");
|
||||
if (Message->Msg.message == WM_SYNCPAINT &&
|
||||
Message->Msg.hwnd == UserHMGetHandle(Wnd))
|
||||
{ // Already received so exit out.
|
||||
|
|
Loading…
Reference in a new issue