summaryrefslogtreecommitdiff
path: root/lib/audit_logging
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2018-06-25 14:48:27 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-06-26 03:27:20 +0200
commit450210c39a31ac5e0d9cf576fdd4c90965a2f79c (patch)
treefd28cc5986dec931d95a4c923441a01d2d6cf9f7 /lib/audit_logging
parentf33749fc84dacb164d1ac43f6bfcae7afcca34b3 (diff)
downloadsamba-450210c39a31ac5e0d9cf576fdd4c90965a2f79c.tar.gz
audit_logging: Clarify debug messages
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'lib/audit_logging')
-rw-r--r--lib/audit_logging/audit_logging.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/audit_logging/audit_logging.c b/lib/audit_logging/audit_logging.c
index 13ff3453dcc..2335fb14581 100644
--- a/lib/audit_logging/audit_logging.c
+++ b/lib/audit_logging/audit_logging.c
@@ -173,7 +173,7 @@ static NTSTATUS get_event_server(
if (!NT_STATUS_IS_OK(status)) {
DBG_NOTICE(
"Failed to find '%s' registered on the message bus to "
- "send audit events to: %s\n",
+ "send JSON audit events to: %s\n",
server_name,
nt_errstr(status));
TALLOC_FREE(frame);
@@ -199,7 +199,7 @@ static NTSTATUS get_event_server(
}
DBG_NOTICE(
"Failed to find '%s' registered on the message bus to "
- "send audit events to: %s\n",
+ "send JSON audit events to: %s\n",
server_name,
nt_errstr(status));
TALLOC_FREE(frame);