- Silence debug traces, SMWCB is the one to tracked.

svn path=/trunk/; revision=56659
This commit is contained in:
James Tabor 2012-05-25 20:27:47 +00:00
parent c8fd4da71c
commit 571a6d3ce6

View 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;
ERR("Internal Event Msg %p\n",msg);
TRACE("Internal Event Msg %p\n",msg);
switch(msg)
{
@ -1257,7 +1257,7 @@ co_IntSendMessageTimeoutSingle( HWND hWnd,
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);