nfs4acls: Fix a debug message
authorVolker Lendecke <vl@samba.org>
Tue, 15 Aug 2017 03:58:05 +0000 (05:58 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 22 Oct 2017 15:46:15 +0000 (17:46 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/nfs4_acls.c

index b755344322efbbabf2653a2ccd55fa2a4448e631..538517f4a3c16755a839a510ae3f55506d610128 100644 (file)
@@ -180,7 +180,7 @@ struct SMB4ACE_T *smb_add_ace4(struct SMB4ACL_T *acl, SMB_ACE4PROP_T *prop)
        ace = talloc_zero(acl, struct SMB4ACE_T);
        if (ace==NULL)
        {
-               DEBUG(0, ("TALLOC_SIZE failed\n"));
+               DBG_ERR("talloc_zero failed\n");
                errno = ENOMEM;
                return NULL;
        }