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)
committerMichael Adam <obnox@samba.org>
Wed, 10 Mar 2010 12:22:08 +0000 (13:22 +0100)
Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
source3/modules/gpfs.c

index 20a26bcb44165361f12387fdf48442f05d6a9bd2..449b9249a31819f0dda4a0121e52d92b341040d4 100644 (file)
@@ -172,7 +172,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);
 }
 
@@ -194,7 +194,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);
 }