[SHELL32] Follow-up No.2 of #2539

Improve tracing message in CChangeNotifyBroker::BrokerNotification.
CORE-13950
This commit is contained in:
Katayama Hirofumi MZ 2020-04-13 13:06:15 +09:00
parent bfe36e4f0d
commit b76d053a30

View file

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