Commit b9dbe482 authored by Shaun Ren's avatar Shaun Ren Committed by Alexandre Julliard

sapi: Change ISpObjectToken::SetId FIXME to TRACE.

parent 738bbeb9
......@@ -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;
......
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