[WIN32K:NTUSER]

- Fix UserDrawCaptionBar debug spam

svn path=/trunk/; revision=71994
This commit is contained in:
Thomas Faber 2016-07-25 10:45:30 +00:00
parent 5203dd99be
commit d84820daa7

View file

@ -846,7 +846,7 @@ VOID UserDrawCaptionBar(
if (!(Flags & DC_NOVISIBLE) && !IntIsWindowVisible(pWnd)) return;
ERR("UserDrawCaptionBar: pWnd %p, hDc %p, Flags 0x%x.\n", pWnd, hDC, Flags);
TRACE("UserDrawCaptionBar: pWnd %p, hDc %p, Flags 0x%x.\n", pWnd, hDC, Flags);
Style = pWnd->style;
ExStyle = pWnd->ExStyle;