mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Change debugging statement
svn path=/trunk/; revision=10488
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user