The branch, master has been updated
       via  c16cc9a7ef3 audit_logging: Don't spam the logs if dsdb_event is not 
found
      from  123584294cf s3:libads: Do not turn on canonicalization flag for MIT 
Kerberos

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit c16cc9a7ef3dc50df511d6a39437347ebc36383e
Author: Andreas Schneider <[email protected]>
Date:   Fri Oct 11 08:28:30 2019 +0200

    audit_logging: Don't spam the logs if dsdb_event is not found
    
    This gets only registered by our tests.
    
    Signed-off-by: Andreas Schneider <[email protected]>
    Reviewed-by: Gary Lockyer <[email protected]>
    
    Autobuild-User(master): Andreas Schneider <[email protected]>
    Autobuild-Date(master): Mon Oct 14 07:41:52 UTC 2019 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 lib/audit_logging/audit_logging.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

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;
        }


-- 
Samba Shared Repository

Reply via email to