https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b76d053a307f520d6f2d818eb50e8beb6f5bf899

commit b76d053a307f520d6f2d818eb50e8beb6f5bf899
Author:     Katayama Hirofumi MZ <[email protected]>
AuthorDate: Mon Apr 13 13:06:15 2020 +0900
Commit:     Katayama Hirofumi MZ <[email protected]>
CommitDate: Mon Apr 13 13:06:15 2020 +0900

    [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);
 

Reply via email to