[OLE32] Sync with Wine Staging 1.9.23. CORE-12409
[reactos.git] / reactos / dll / win32 / ole32 / itemmoniker.c
index ac75d43..aecd40a 100644 (file)
@@ -760,7 +760,7 @@ static HRESULT WINAPI ItemMonikerROTDataImpl_QueryInterface(IROTData *iface,REFI
 
     ItemMonikerImpl *This = impl_from_IROTData(iface);
 
-    TRACE("(%p,%p,%p)\n",iface,riid,ppvObject);
+    TRACE("(%p,%s,%p)\n",iface,debugstr_guid(riid),ppvObject);
 
     return ItemMonikerImpl_QueryInterface(&This->IMoniker_iface, riid, ppvObject);
 }