- Remove silly debug print

svn path=/trunk/; revision=19064
This commit is contained in:
Alex Ionescu
2005-11-08 20:50:04 +00:00
parent ce2e54856f
commit 7f3dd627ae

View File

@@ -264,7 +264,7 @@ ObLogSecurityDescriptor(IN PSECURITY_DESCRIPTOR InputSecurityDescriptor,
{
/* 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));