changed debuglevel for two messages in the GPFS module from 0 to 10 they spammed...
authorChristian Ambach <christian.ambach@de.ibm.com>
Sun, 27 Sep 2009 21:34:04 +0000 (23:34 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 28 Sep 2009 14:37:28 +0000 (16:37 +0200)
Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
source3/modules/gpfs.c

index a8b5576122a4ae594bdc6e93976423b9a4f2d0d1..e05980888b81529b16e034fd5479ae3989bd4252 100644 (file)
@@ -160,7 +160,7 @@ int get_gpfs_winattrs(char *pathname,struct gpfs_winattr *attrs)
                 errno = ENOSYS;
                 return -1;
         }
-        DEBUG(0, ("gpfs_get_winattrs_path:open call %s\n",pathname));
+        DEBUG(10, ("gpfs_get_winattrs_path:open call %s\n",pathname));
         return gpfs_get_winattrs_path_fn(pathname, attrs);
 }
 
@@ -182,7 +182,7 @@ int set_gpfs_winattrs(char *pathname,int flags,struct gpfs_winattr *attrs)
                 return -1;
         }
 
-        DEBUG(0, ("gpfs_set_winattrs_path:open call %s\n",pathname));
+        DEBUG(10, ("gpfs_set_winattrs_path:open call %s\n",pathname));
         return gpfs_set_winattrs_path_fn(pathname,flags, attrs);
 }