summaryrefslogtreecommitdiff
path: root/source3/modules
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-06-25 14:46:17 +0200
committerVolker Lendecke <vl@samba.org>2009-06-25 14:47:27 +0200
commit6a66114f257b251a176d728ef7ba6acecdf6e56c (patch)
treea5548b36bdae72da32c2dd110596b389a75bf8a7 /source3/modules
parent2032a1914d72e4de89280e179c782566cafc163a (diff)
downloadsamba-6a66114f257b251a176d728ef7ba6acecdf6e56c.tar.gz
samba-6a66114f257b251a176d728ef7ba6acecdf6e56c.tar.bz2
samba-6a66114f257b251a176d728ef7ba6acecdf6e56c.zip
Add a \n to a debug message in smbacl4_nfs42win
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 320f9da337..b213138c80 100644
--- a/source3/modules/nfs4_acls.c
+++ b/source3/modules/nfs4_acls.c
@@ -208,7 +208,7 @@ static bool smbacl4_nfs42win(TALLOC_CTX *mem_ctx, SMB4ACL_T *theacl, /* in */
SEC_ACE *nt_ace_list = NULL;
int good_aces = 0;
- DEBUG(10, ("smbacl_nfs42win entered"));
+ DEBUG(10, ("smbacl_nfs42win entered\n"));
aclint = get_validated_aclint(theacl);
/* We do not check for naces being 0 or theacl being NULL here because it is done upstream */