sapi: Change ISpObjectToken::SetId FIXME to TRACE.

This commit is contained in:
Shaun Ren 2023-08-04 13:51:17 -04:00 committed by Alexandre Julliard
parent 738bbeb9b7
commit b9dbe482ee

View file

@ -1305,7 +1305,7 @@ static HRESULT WINAPI token_SetId( ISpObjectToken *iface,
HKEY root, key;
const WCHAR *subkey;
FIXME( "(%p)->(%s %s %d): semi-stub\n", This, debugstr_w( category_id ),
TRACE( "(%p)->(%s %s %d)\n", This, debugstr_w( category_id ),
debugstr_w(token_id), create );
if (This->data_key) return SPERR_ALREADY_INITIALIZED;