scrobj: Improve debug traces.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Jacek Caban 2019-09-26 13:57:55 +02:00 committed by Alexandre Julliard
parent a8af354374
commit aa503dac9c
1 changed files with 3 additions and 1 deletions

View File

@ -468,7 +468,7 @@ static HRESULT WINAPI ActiveScriptSite_QueryInterface(IActiveScriptSite *iface,
}
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;
return E_NOINTERFACE;
}
@ -1325,6 +1325,8 @@ static HRESULT parse_scriptlet_registration(struct scriptlet_factory *factory)
{
HRESULT hres;
TRACE("\n");
if (factory->have_registration)
{
FIXME("duplicated registration element\n");