Commit aa503dac authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

scrobj: Improve debug traces.

parent a8af3543
...@@ -468,7 +468,7 @@ static HRESULT WINAPI ActiveScriptSite_QueryInterface(IActiveScriptSite *iface, ...@@ -468,7 +468,7 @@ static HRESULT WINAPI ActiveScriptSite_QueryInterface(IActiveScriptSite *iface,
} }
else else
{ {
FIXME("(%p)->(%s %p)\n", This, debugstr_guid(riid), ppv); WARN("(%p)->(%s %p) interface not supported\n", This, debugstr_guid(riid), ppv);
*ppv = NULL; *ppv = NULL;
return E_NOINTERFACE; return E_NOINTERFACE;
} }
...@@ -1325,6 +1325,8 @@ static HRESULT parse_scriptlet_registration(struct scriptlet_factory *factory) ...@@ -1325,6 +1325,8 @@ static HRESULT parse_scriptlet_registration(struct scriptlet_factory *factory)
{ {
HRESULT hres; HRESULT hres;
TRACE("\n");
if (factory->have_registration) if (factory->have_registration)
{ {
FIXME("duplicated registration element\n"); FIXME("duplicated registration element\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment