Commit in reactos/ntoskrnl/se on MAIN
token.c+2-21.39 -> 1.40
Change debugging statement

reactos/ntoskrnl/se
token.c 1.39 -> 1.40
diff -u -r1.39 -r1.40
--- token.c	10 Aug 2004 20:13:42 -0000	1.39
+++ token.c	10 Aug 2004 20:30:35 -0000	1.40
@@ -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 @@
 	break;
 
       case TokenOrigin:
-	DPRINT1("NtQueryInformationToken(TokenOrigin)\n");
+	DPRINT("NtQueryInformationToken(TokenOrigin)\n");
 	if (TokenInformationLength < sizeof(TOKEN_ORIGIN))
 	  {
 	    Status = STATUS_BUFFER_TOO_SMALL;
CVSspam 0.2.8