From 5be1171389d4b89cb252288601f6ba0ebd8acfbf Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 22 Feb 2014 09:36:42 +0000 Subject: [PATCH] [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. svn path=/trunk/; revision=62284 --- reactos/ntoskrnl/se/audit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/se/audit.c b/reactos/ntoskrnl/se/audit.c index f3d826e39f3..5f8177e3395 100644 --- a/reactos/ntoskrnl/se/audit.c +++ b/reactos/ntoskrnl/se/audit.c @@ -206,7 +206,7 @@ SepAdtPrivilegedServiceAuditAlarm( _In_ PPRIVILEGE_SET Privileges, _In_ BOOLEAN AccessGranted) { - UNIMPLEMENTED; + DPRINT("SepAdtPrivilegedServiceAuditAlarm is unimplemented\n"); } VOID