diff options
-rw-r--r-- | source3/modules/nfs4_acls.c | 2 |
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 |