Author: tkreuzer Date: Sat Feb 22 09:36:42 2014 New Revision: 62284
URL: http://svn.reactos.org/svn/reactos?rev=62284&view=rev Log: [NTOSKRNL] CORE-7932 #comment Silence UNIMPLEMENTED warning for SepAdtPrivilegedServiceAuditAlarm, since this function is called relatively often, spamming the debuglog, and it's missing implementation does not directly affect the behavior for applications.
Modified: trunk/reactos/ntoskrnl/se/audit.c
Modified: trunk/reactos/ntoskrnl/se/audit.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/se/audit.c?rev=622... ============================================================================== --- trunk/reactos/ntoskrnl/se/audit.c [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/se/audit.c [iso-8859-1] Sat Feb 22 09:36:42 2014 @@ -206,7 +206,7 @@ _In_ PPRIVILEGE_SET Privileges, _In_ BOOLEAN AccessGranted) { - UNIMPLEMENTED; + DPRINT("SepAdtPrivilegedServiceAuditAlarm is unimplemented\n"); }
VOID