1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

libcli/security: Move debug message to DBG_DEBUG()

This message shows up a lot at level 6 for no particularly good reason

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Andrew Bartlett 2017-09-07 11:19:01 +12:00
parent 8d8d31eb2b
commit 544084d4a2

View File

@ -253,7 +253,7 @@ static struct security_acl *process_user_acl(TALLOC_CTX *mem_ctx,
return NULL;
tmp_acl->revision = acl->revision;
DEBUG(6,(__location__ ": acl revision %d\n", acl->revision));
DBG_DEBUG("acl revision %d\n", acl->revision);
for (i=0; i < acl->num_aces; i++){
struct security_ace *ace = &acl->aces[i];