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)
committerMichael Adam <obnox@samba.org>
Wed, 10 Mar 2010 12:22:02 +0000 (13:22 +0100)
source3/modules/nfs4_acls.c

index 0d0753ed982374d14151e6393e8357f601fe0905..c8c3e77d0f8010d7dbbfae6401355b3ccf78aafd 100644 (file)
@@ -214,7 +214,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 */