NtQueryInformationToken isn't a stub so change the FIXME to a TRACE.

This commit is contained in:
Michael Stefaniuc 2004-04-19 19:25:29 +00:00 committed by Alexandre Julliard
parent 115f2adb66
commit 5150b37a00
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ NTSTATUS WINAPI NtQueryInformationToken(
{
unsigned int len = 0;
FIXME("(%p,%ld,%p,%ld,%p): stub\n",
TRACE("(%p,%ld,%p,%ld,%p)\n",
token,tokeninfoclass,tokeninfo,tokeninfolength,retlen);
switch (tokeninfoclass)