mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Change debugging statement
svn path=/trunk/; revision=10488
This commit is contained in:
parent
a696f85479
commit
39bfabb1d4
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: token.c,v 1.39 2004/08/10 20:13:42 gvg Exp $
|
||||
/* $Id: token.c,v 1.40 2004/08/10 20:30:35 gvg Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -809,7 +809,7 @@ NtQueryInformationToken(IN HANDLE TokenHandle,
|
|||
break;
|
||||
|
||||
case TokenOrigin:
|
||||
DPRINT1("NtQueryInformationToken(TokenOrigin)\n");
|
||||
DPRINT("NtQueryInformationToken(TokenOrigin)\n");
|
||||
if (TokenInformationLength < sizeof(TOKEN_ORIGIN))
|
||||
{
|
||||
Status = STATUS_BUFFER_TOO_SMALL;
|
||||
|
|
Loading…
Reference in a new issue