[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Wed Feb 23 06:13:02 MST 2011


The branch, master has been updated
       via  1482523 s3: Improve an error msg in vfs_gpfs
      from  110f11d lib/util/charset: ICONV_WRAPPER needs talloc.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 148252331ab7f236858febb9bfc52c66ea8a2ff3
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Feb 23 13:25:12 2011 +0100

    s3: Improve an error msg in vfs_gpfs
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Wed Feb 23 14:12:39 CET 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/modules/vfs_gpfs.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c
index bc634b1..462e3c5 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;
         }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list