summaryrefslogtreecommitdiffstats
path: root/source3/modules
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-02-05 12:47:22 +0100
committerRalph Böhme <slow@samba.org>2015-02-09 12:25:06 +0100
commit4143cbac8c4c45273420efeb4969bfd6ffa64c3d (patch)
tree59c7364e48ce81fe8b753e90b3b62344f8590ff9 /source3/modules
parentbfccf0abf8a11788b59edab1983d14114906c7f4 (diff)
downloadsamba-4143cbac8c4c45273420efeb4969bfd6ffa64c3d.tar.gz
samba-4143cbac8c4c45273420efeb4969bfd6ffa64c3d.tar.xz
samba-4143cbac8c4c45273420efeb4969bfd6ffa64c3d.zip
nfs4: Fix a confusing debug message
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Mon Feb 9 12:25:06 CET 2015 on sn-devel-104
Diffstat (limited to 'source3/modules')
-rw-r--r--source3/modules/nfs4_acls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c
index 1aa819a34f..adc9b378b7 100644
--- a/source3/modules/nfs4_acls.c
+++ b/source3/modules/nfs4_acls.c
@@ -359,7 +359,7 @@ static bool smbacl4_nfs42win(TALLOC_CTX *mem_ctx,
struct security_ace *nt_ace_list = NULL;
int good_aces = 0;
- DEBUG(10, ("smbacl_nfs42win entered\n"));
+ DEBUG(10, ("%s entered\n", __func__));
aclint = get_validated_aclint(theacl);
/* We do not check for theacl being NULL here