libcli/security: adjust log verbosity in sddl_decode
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 9 Nov 2023 23:51:36 +0000 (12:51 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 Nov 2023 22:07:35 +0000 (22:07 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libcli/security/sddl.c

index a22545c27fd1d6b83f3f6643f711837254bc90ab..06302f53dfb14895fee5e011f91c8c3e2d6f936f 100644 (file)
@@ -694,8 +694,8 @@ static bool sddl_decode_ace(TALLOC_CTX *mem_ctx,
                                                    msg,
                                                    msg_offset);
                if (conditions.data == NULL) {
-                       DBG_WARNING("Conditional ACE compilation failure at %zu: %s\n",
-                                   *msg_offset, *msg);
+                       DBG_NOTICE("Conditional ACE compilation failure at %zu: %s\n",
+                                  *msg_offset, *msg);
                        *msg_offset += s - *sddl_copy;
                        return false;
                }