From b76d053a307f520d6f2d818eb50e8beb6f5bf899 Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Mon, 13 Apr 2020 13:06:15 +0900 Subject: [PATCH] [SHELL32] Follow-up No.2 of #2539 Improve tracing message in CChangeNotifyBroker::BrokerNotification. CORE-13950 --- dll/win32/shell32/changenotify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/win32/shell32/changenotify.cpp b/dll/win32/shell32/changenotify.cpp index eb9634bae4f..1cd83c63d88 100644 --- a/dll/win32/shell32/changenotify.cpp +++ b/dll/win32/shell32/changenotify.cpp @@ -117,7 +117,7 @@ private: } // perform the delivery - TRACE("OldDeliveryWorker notifying: %p, 0x%x, %p, 0x%lx\n", + TRACE("broker notifying: %p, 0x%x, %p, 0x%lx\n", m_hwndClient, m_uMsg, ppidl, lEvent); SendMessageW(m_hwndClient, m_uMsg, (WPARAM)ppidl, lEvent);