summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-07-08 10:06:58 +0200
committerVolker Lendecke <vlendec@samba.org>2011-07-08 11:22:55 +0200
commit76c73dbb2271c397ec4e13ebcc3928914c7cf93a (patch)
tree517f4201d2fed14109259264c51c6bf6bba46076
parentef64048038cf6aa706bcbc5d6a17ec86ee6247e9 (diff)
downloadsamba-76c73dbb2271c397ec4e13ebcc3928914c7cf93a.tar.gz
s3-zfsacl: Fix a debug message
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jul 8 11:22:55 CEST 2011 on sn-devel-104
-rw-r--r--source3/modules/vfs_zfsacl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_zfsacl.c b/source3/modules/vfs_zfsacl.c
index 286720a354c..fbfe7794e70 100644
--- a/source3/modules/vfs_zfsacl.c
+++ b/source3/modules/vfs_zfsacl.c
@@ -54,7 +54,7 @@ static NTSTATUS zfs_get_nt_acl_common(const char *name,
if(errno == ENOSYS) {
DEBUG(9, ("acl(ACE_GETACLCNT, %s): Operation is not "
"supported on the filesystem where the file "
- "reside", name));
+ "reside\n", name));
} else {
DEBUG(9, ("acl(ACE_GETACLCNT, %s): %s ", name,
strerror(errno)));