st/nine: Print interface id in NineVolume9_GetContainer
To ease debugging print interface id. Signed-off-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Axel Davy <axel.davy@ens.fr>
This commit is contained in:
committed by
Axel Davy
parent
489dbc51ae
commit
f2eacef33d
@@ -167,6 +167,11 @@ NineVolume9_GetContainer( struct NineVolume9 *This,
|
||||
REFIID riid,
|
||||
void **ppContainer )
|
||||
{
|
||||
char guid_str[64];
|
||||
|
||||
DBG("This=%p riid=%p id=%s ppContainer=%p\n",
|
||||
This, riid, riid ? GUID_sprintf(guid_str, riid) : "", ppContainer);
|
||||
|
||||
if (!NineUnknown(This)->container)
|
||||
return E_NOINTERFACE;
|
||||
return NineUnknown_QueryInterface(NineUnknown(This)->container, riid, ppContainer);
|
||||
|
||||
Reference in New Issue
Block a user