audit_logging: Clarify debug messages
authorAndrew Bartlett <abartlet@samba.org>
Mon, 25 Jun 2018 02:48:27 +0000 (14:48 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 26 Jun 2018 01:27:20 +0000 (03:27 +0200)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
lib/audit_logging/audit_logging.c

index 13ff3453dcca1aa9879f5043f376fbe51b520db0..2335fb145813d01b7b00a6b3b8df129a8f2cd6c8 100644 (file)
@@ -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);