mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08: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