mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[SHELL32] Follow-up No.2 of #2539
Improve tracing message in CChangeNotifyBroker::BrokerNotification. CORE-13950
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user