Add a \n to a debug message in smbacl4_nfs42win
authorVolker Lendecke <vl@samba.org>
Thu, 25 Jun 2009 12:46:17 +0000 (14:46 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 25 Jun 2009 12:47:27 +0000 (14:47 +0200)
source3/modules/nfs4_acls.c

index 320f9da3370d2384ba43dbb0caecfc5dce9ee772..b213138c800dce6f50c5761f9f39955990ce93af 100644 (file)
@@ -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 */