Update of /cvsroot/openantivirus/samba-vscan/mks
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22230/mks
Modified Files:
Tag: VSCAN_0_3
vscan-mksd.c
Log Message:
increased debug level to avoid log flooding
Index: vscan-mksd.c
===================================================================
RCS file: /cvsroot/openantivirus/samba-vscan/mks/vscan-mksd.c,v
retrieving revision 1.36.2.4
retrieving revision 1.36.2.5
diff -u -d -r1.36.2.4 -r1.36.2.5
--- vscan-mksd.c 28 Sep 2004 15:54:35 -0000 1.36.2.4
+++ vscan-mksd.c 23 Feb 2005 02:49:39 -0000 1.36.2.5
@@ -110,7 +110,7 @@
#if (SAMBA_VERSION_MAJOR==2 && SAMBA_VERSION_RELEASE>=4) ||
SAMBA_VERSION_MAJOR==3
fstrcpy(config_file, get_configuration_file(conn, VSCAN_MODULE_STR,
PARAMCONF));
- DEBUG(0, ("configuration file is: %s\n", config_file));
+ DEBUG(3, ("configuration file is: %s\n", config_file));
retval = pm_process(config_file, do_section, do_parameter);
DEBUG(10, ("pm_process returned %d\n", retval));
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
|