From: Volker Lendecke Date: Thu, 25 Jun 2009 12:46:17 +0000 (+0200) Subject: Add a \n to a debug message in smbacl4_nfs42win X-Git-Tag: talloc-2.0.0~927 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a66114f257b251a176d728ef7ba6acecdf6e56c;p=thirdparty%2Fsamba.git Add a \n to a debug message in smbacl4_nfs42win --- diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c index 320f9da3370..b213138c800 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 */