aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmarshallnz <jcmarsha@gmail.com>2014-06-11 14:04:55 +1200
committerjmarshallnz <jcmarsha@gmail.com>2014-06-11 14:04:55 +1200
commit9f9d131cbbe494a3fdc863d842c890ce1a2db192 (patch)
tree549b98cb5fdc659e531fd70136cbadae108cfadf
parentad98e25dc28b213fb12aea35f08a7dc8dac674d9 (diff)
parent77f279241c4b5be97650bb5cc34cc5f0f7301480 (diff)
Merge pull request #4763 from wsoltys/Gotham
fixed logging of audio endpoint device id.
-rw-r--r--xbmc/win32/IMMNotificationClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/win32/IMMNotificationClient.h b/xbmc/win32/IMMNotificationClient.h
index f240b1bd1d..95896f071e 100644
--- a/xbmc/win32/IMMNotificationClient.h
+++ b/xbmc/win32/IMMNotificationClient.h
@@ -156,7 +156,7 @@ public:
HRESULT STDMETHODCALLTYPE OnPropertyValueChanged(LPCWSTR pwstrDeviceId, const PROPERTYKEY key)
{
- CLog::Log(LOGDEBUG, "%s: Changed device property of %s is {%8.8x-%4.4x-%4.4x-%2.2x%2.2x-%2.2x%2.2x%2.2x%2.2x%2.2x%2.2x}#%d",
+ CLog::Log(LOGDEBUG, "%s: Changed device property of %S is {%8.8x-%4.4x-%4.4x-%2.2x%2.2x-%2.2x%2.2x%2.2x%2.2x%2.2x%2.2x}#%d",
__FUNCTION__, pwstrDeviceId, key.fmtid.Data1, key.fmtid.Data2, key.fmtid.Data3,
key.fmtid.Data4[0], key.fmtid.Data4[1],
key.fmtid.Data4[2], key.fmtid.Data4[3],