mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[NTOSKRNL]
Demote the "HACK: RemainingAccess = 0x%08lx DesiredAccess = 0x%08lx\n" from DPRINT1 to DPRINT, since it's massively spamming the log. See CORE-9184 svn path=/trunk/; revision=66274
This commit is contained in:
@@ -250,7 +250,7 @@ SepAccessCheckEx(IN PSECURITY_DESCRIPTOR SecurityDescriptor,
|
||||
/* Fail if some rights have not been granted */
|
||||
if (RemainingAccess != 0)
|
||||
{
|
||||
DPRINT1("HACK: RemainingAccess = 0x%08lx DesiredAccess = 0x%08lx\n", RemainingAccess, DesiredAccess);
|
||||
DPRINT("HACK: RemainingAccess = 0x%08lx DesiredAccess = 0x%08lx\n", RemainingAccess, DesiredAccess);
|
||||
#if 0
|
||||
/* HACK HACK HACK */
|
||||
Status = STATUS_ACCESS_DENIED;
|
||||
|
||||
Reference in New Issue
Block a user