From: Volker Lendecke Date: Wed, 23 Feb 2011 12:25:12 +0000 (+0100) Subject: s3: Improve an error msg in vfs_gpfs X-Git-Tag: tevent-0.9.11~335 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=148252331ab7f236858febb9bfc52c66ea8a2ff3;p=thirdparty%2Fsamba.git s3: Improve an error msg in vfs_gpfs Autobuild-User: Volker Lendecke Autobuild-Date: Wed Feb 23 14:12:39 CET 2011 on sn-devel-104 --- diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c index bc634b16e2b..462e3c55f1d 100644 --- a/source3/modules/vfs_gpfs.c +++ b/source3/modules/vfs_gpfs.c @@ -1026,7 +1026,8 @@ static ssize_t gpfs_get_xattr(struct vfs_handle_struct *handle, const char *pat size); } - DEBUG(1, ("gpfs_get_xattr: Get GPFS attributes failed: %d\n",ret)); + DEBUG(1, ("gpfs_get_xattr: Get GPFS attributes failed: " + "%d (%s)\n", ret, strerror(errno))); return -1; }