Noisy debug statement left in smbd/dir.c (Samba CVS 2_2 version)

Richard Bollinger rabollinger at home.com
Tue Jan 30 16:06:50 GMT 2001


Here's a quick fix to drop needless log messages from smbd/dir.c:

--- ../source/smbd/dir.c Thu Oct  5 23:38:22 2000
+++ ./smbd/dir.c Tue Jan 30 11:00:52 2001
@@ -644,7 +644,7 @@
       *size = sbuf.st_size;
       *date = sbuf.st_mtime;
 
-      DEBUG(0,("get_dir_entry mask=[%s] found %s fname=%s\n",mask, pathreal,fname));
+      DEBUG(3,("get_dir_entry mask=[%s] found %s fname=%s\n",mask, pathreal,fname));
    
       found = True;
     }


Rich Bollinger





More information about the samba-technical mailing list