Commit 5f1c6542 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

inetcpl: Make a TRACE more silent.

parent 51db7f0a
......@@ -79,8 +79,8 @@ BOOL WINAPI LaunchSiteCertDialog(HWND parent)
*/
INT_PTR CALLBACK content_dlgproc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
{
TRACE("(%p, 0x%08x/%d, 0x%lx, 0x%lx)\n", hwnd, msg, msg, wparam, lparam);
if ((msg != WM_SETCURSOR) && (msg != WM_NCHITTEST) && (msg != WM_MOUSEMOVE))
TRACE("(%p, 0x%08x/%d, 0x%lx, 0x%lx)\n", hwnd, msg, msg, wparam, lparam);
if (msg == WM_COMMAND)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment