shdocvw/tests: Dump the guid for additional interfaces.

This commit is contained in:
Detlef Riekenberg 2009-02-26 00:20:00 +01:00 committed by Alexandre Julliard
parent 785863ef8a
commit 6b505e1425
1 changed files with 3 additions and 0 deletions

View File

@ -1290,6 +1290,9 @@ static HRESULT QueryInterface(REFIID riid, void **ppv)
if(*ppv)
return S_OK;
/* are there more interfaces, that a host can support? */
trace("%s: interface not supported\n", debugstr_guid(riid));
return E_NOINTERFACE;
}