diff --git a/base/shell/explorer/taskswnd.cpp b/base/shell/explorer/taskswnd.cpp index 17d11e27ed..ac5c0790af 100644 --- a/base/shell/explorer/taskswnd.cpp +++ b/base/shell/explorer/taskswnd.cpp @@ -1498,7 +1498,7 @@ public: return 0; } - TRACE("Received shell hook message: wParam=%08lx, lParam=%08lx\n", wParam, lParam); + ERR("Received shell hook message: wParam=%08lx, lParam=%08lx\n", wParam, lParam); switch ((INT) wParam) {