summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/audit_logging/audit_logging.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/audit_logging/audit_logging.c b/lib/audit_logging/audit_logging.c
index 7d9c3b838b5..b4fb9116487 100644
--- a/lib/audit_logging/audit_logging.c
+++ b/lib/audit_logging/audit_logging.c
@@ -170,11 +170,10 @@ static NTSTATUS get_event_server(
&servers);
if (!NT_STATUS_IS_OK(status)) {
- DBG_NOTICE(
- "Failed to find '%s' registered on the message bus to "
- "send JSON audit events to: %s\n",
- server_name,
- nt_errstr(status));
+ DBG_DEBUG("Failed to find the target '%s' on the message bus "
+ "to send JSON audit events to: %s\n",
+ server_name,
+ nt_errstr(status));
TALLOC_FREE(frame);
return status;
}