From 76c73dbb2271c397ec4e13ebcc3928914c7cf93a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 8 Jul 2011 10:06:58 +0200 Subject: s3-zfsacl: Fix a debug message Autobuild-User: Volker Lendecke Autobuild-Date: Fri Jul 8 11:22:55 CEST 2011 on sn-devel-104 --- source3/modules/vfs_zfsacl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))); -- cgit