[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

aCaB acab at clamav.net
Sun Apr 4 00:52:18 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit bea9096617c89204352e743ea57c6eeb7689d3b1
Author: aCaB <acab at clamav.net>
Date:   Mon Jun 22 17:21:45 2009 +0200

    print failed whitelist filename

diff --git a/ChangeLog b/ChangeLog
index 0d35f46..a7a0e3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jun 22 17:19:45 CEST 2009 (acab)
+------------------------------------
+ * clamav-milter/whitelist.c: print failed whitelist filename
+
 Fri Jun 12 12:30:15 CEST 2009 (tk)
 ----------------------------------
  * libclamav/elf.[ch]: add support for 64-bit ELF files (bb#1593)
diff --git a/clamav-milter/whitelist.c b/clamav-milter/whitelist.c
index 0d8feb4..0eca7c8 100644
--- a/clamav-milter/whitelist.c
+++ b/clamav-milter/whitelist.c
@@ -63,7 +63,7 @@ int whitelist_init(const char *fname) {
     struct WHLST *w;
 
     if(!(f = fopen(fname, "r"))) {
-	logg("!Cannot open whitelist file\n");
+	logg("!Cannot open whitelist file '%s'\n", fname);
 	return 1;
     }
 

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list