From 148252331ab7f236858febb9bfc52c66ea8a2ff3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 23 Feb 2011 13:25:12 +0100 Subject: 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 --- source3/modules/vfs_gpfs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/modules/vfs_gpfs.c') diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c index bc634b16e2..462e3c55f1 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; } -- cgit