ole32: Print the contents of the IID input to OleLoad.

This commit is contained in:
Rob Shearman 2007-03-14 15:53:33 +00:00 committed by Alexandre Julliard
parent c3b30e5351
commit f1ced14eed
1 changed files with 1 additions and 1 deletions

View File

@ -948,7 +948,7 @@ HRESULT WINAPI OleLoad(
STATSTG storageInfo;
HRESULT hres;
TRACE("(%p,%p,%p,%p)\n", pStg, riid, pClientSite, ppvObj);
TRACE("(%p, %s, %p, %p)\n", pStg, debugstr_guid(riid), pClientSite, ppvObj);
*ppvObj = NULL;