1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

libcli/security: adjust log verbosity in sddl_decode

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Douglas Bagnall 2023-11-10 12:51:36 +13:00 committed by Andrew Bartlett
parent 74c6cf44b9
commit f712f8d371

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