- Remove silly debug print
Modified: trunk/reactos/ntoskrnl/ob/security.c
_____
Modified: trunk/reactos/ntoskrnl/ob/security.c
--- trunk/reactos/ntoskrnl/ob/security.c 2005-11-08 20:07:41 UTC
(rev 19063)
+++ trunk/reactos/ntoskrnl/ob/security.c 2005-11-08 20:50:04 UTC
(rev 19064)
@@ -264,7 +264,7 @@
{
/* 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));
Show replies by date