mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:52:56 +00:00
[SHELL32] Follow-up No.2 of #2539
Improve tracing message in CChangeNotifyBroker::BrokerNotification. CORE-13950
This commit is contained in:
parent
bfe36e4f0d
commit
b76d053a30
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
// perform the delivery
|
// 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);
|
m_hwndClient, m_uMsg, ppidl, lEvent);
|
||||||
SendMessageW(m_hwndClient, m_uMsg, (WPARAM)ppidl, lEvent);
|
SendMessageW(m_hwndClient, m_uMsg, (WPARAM)ppidl, lEvent);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue