wshom/network: Use TRACE() for implemented method.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
parent
ee3b9be8e2
commit
fcce392066
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ static IWshNetwork2 WshNetwork2 = { &WshNetwork2Vtbl };
|
|||
|
||||
HRESULT WINAPI WshNetworkFactory_CreateInstance(IClassFactory *iface, IUnknown *outer, REFIID riid, void **ppv)
|
||||
{
|
||||
FIXME("(%p %s %p)\n", outer, debugstr_guid(riid), ppv);
|
||||
TRACE("%p, %s, %p.\n", outer, debugstr_guid(riid), ppv);
|
||||
|
||||
return IWshNetwork2_QueryInterface(&WshNetwork2, riid, ppv);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue