s3:vfs_gpfs: be less verbose in get/set_xattr functions
[samba.git] / source3 / modules / vfs_gpfs.c
index ecfa60a4625d3a61ddd5ae7f02cd9ee76f7cace3..c80b9e5be4a637a1ab3d1ad8271803c1f89ee7dc 100644 (file)
@@ -935,7 +935,7 @@ static int gpfs_set_xattr(struct vfs_handle_struct *handle,  const char *path,
 
         /* Only handle DOS Attributes */
         if (strcmp(name,SAMBA_XATTR_DOS_ATTRIB) != 0){
-               DEBUG(1, ("gpfs_set_xattr:name is %s\n",name));
+               DEBUG(5, ("gpfs_set_xattr:name is %s\n",name));
                return SMB_VFS_NEXT_SETXATTR(handle,path,name,value,size,flags);
         }
 
@@ -989,7 +989,7 @@ static ssize_t gpfs_get_xattr(struct vfs_handle_struct *handle,  const char *pat
 
         /* Only handle DOS Attributes */
         if (strcmp(name,SAMBA_XATTR_DOS_ATTRIB) != 0){
-                DEBUG(1, ("gpfs_get_xattr:name is %s\n",name));
+               DEBUG(5, ("gpfs_get_xattr:name is %s\n",name));
                 return SMB_VFS_NEXT_GETXATTR(handle,path,name,value,size);
         }