libcli/security: Move debug message to DBG_DEBUG()
authorAndrew Bartlett <abartlet@samba.org>
Wed, 6 Sep 2017 23:19:01 +0000 (11:19 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 7 Sep 2017 04:56:27 +0000 (06:56 +0200)
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>
libcli/security/create_descriptor.c

index 03c0658485eb1356124a5fffc3d3e0f14ad3b9b4..ef60d847033fb5aa503298f5e96dd651ff53ac03 100644 (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];