[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-767-gde0f3b6

Volker Lendecke vlendec at samba.org
Mon Sep 28 08:35:43 MDT 2009


The branch, master has been updated
       via  de0f3b657d29a22dc3e20d6e33c15d362800b995 (commit)
      from  830adcd58d6b1fbc3e693762ab2e8a8cfd7ecab3 (commit)

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


- Log -----------------------------------------------------------------
commit de0f3b657d29a22dc3e20d6e33c15d362800b995
Author: Christian Ambach <christian.ambach at de.ibm.com>
Date:   Sun Sep 27 23:34:04 2009 +0200

    changed debuglevel for two messages in the GPFS module from 0 to 10 they spammed the logs on a test machine and they are just debug messages, so let's move them to the level of the other debug messages in the file
    
    Signed-off-by: Christian Ambach <christian.ambach at de.ibm.com>

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/gpfs.c b/source3/modules/gpfs.c
index a8b5576..e059808 100644
--- a/source3/modules/gpfs.c
+++ b/source3/modules/gpfs.c
@@ -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);
 }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list