- Remove silly debug print
authorAlex Ionescu <aionescu@gmail.com>
Tue, 8 Nov 2005 20:50:04 +0000 (20:50 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Tue, 8 Nov 2005 20:50:04 +0000 (20:50 +0000)
svn path=/trunk/; revision=19064

reactos/ntoskrnl/ob/security.c

index 8ed7e88..580ff6a 100644 (file)
@@ -264,7 +264,7 @@ ObLogSecurityDescriptor(IN PSECURITY_DESCRIPTOR InputSecurityDescriptor,
 {
     /* HACK: Return the same descriptor back */
     PSECURITY_DESCRIPTOR SdCopy;
 {
     /* HACK: Return the same descriptor back */
     PSECURITY_DESCRIPTOR SdCopy;
-    DPRINT1("ObLogSecurityDescriptor is not implemented! %lx\n", InputSecurityDescriptor->Revision);
+    DPRINT1("ObLogSecurityDescriptor is not implemented!\n", InputSecurityDescriptor);
 
     SdCopy = ExAllocatePool(PagedPool, sizeof(*SdCopy));
     RtlMoveMemory(SdCopy, InputSecurityDescriptor, sizeof(*SdCopy));
 
     SdCopy = ExAllocatePool(PagedPool, sizeof(*SdCopy));
     RtlMoveMemory(SdCopy, InputSecurityDescriptor, sizeof(*SdCopy));