- Silence debug traces, SMWCB is the one to tracked.
authorJames Tabor <james.tabor@reactos.org>
Fri, 25 May 2012 20:27:47 +0000 (20:27 +0000)
committerJames Tabor <james.tabor@reactos.org>
Fri, 25 May 2012 20:27:47 +0000 (20:27 +0000)
svn path=/trunk/; revision=56659

reactos/win32ss/user/ntuser/message.c

index 88febdb..d493751 100644 (file)
@@ -601,7 +601,7 @@ static LRESULT handle_internal_message( PWND pWnd, UINT msg, WPARAM wparam, LPAR
          pWnd == UserGetMessageWindow() )  // pWnd->fnid == FNID_MESSAGEWND
        return 0;
 
          pWnd == UserGetMessageWindow() )  // pWnd->fnid == FNID_MESSAGEWND
        return 0;
 
-    ERR("Internal Event Msg %p\n",msg);
+    TRACE("Internal Event Msg %p\n",msg);
 
     switch(msg)
     {
 
     switch(msg)
     {
@@ -1257,7 +1257,7 @@ co_IntSendMessageTimeoutSingle( HWND hWnd,
 
         if (Msg & 0x80000000)
         {
 
         if (Msg & 0x80000000)
         {
-           ERR("SMTS: Internal Message!\n");
+           TRACE("SMTS: Internal Message!\n");
            Result = (ULONG_PTR)handle_internal_message( Window, Msg, wParam, lParam );
            if (uResult) *uResult = Result;
            RETURN( TRUE);
            Result = (ULONG_PTR)handle_internal_message( Window, Msg, wParam, lParam );
            if (uResult) *uResult = Result;
            RETURN( TRUE);