[WIN32K:NTUSER]
authorThomas Faber <thomas.faber@reactos.org>
Mon, 25 Jul 2016 10:45:30 +0000 (10:45 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Mon, 25 Jul 2016 10:45:30 +0000 (10:45 +0000)
- Fix UserDrawCaptionBar debug spam

svn path=/trunk/; revision=71994

reactos/win32ss/user/ntuser/nonclient.c

index ace470b..b3ec244 100644 (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;