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

Tomasz Kojm tkojm at clamav.net
Sun Apr 4 00:59:07 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit d6f52e09046ae5ca4c44fa2c4ae77ba94ddcb209
Author: Tomasz Kojm <tkojm at clamav.net>
Date:   Thu Jul 16 23:02:11 2009 +0200

    libclamav/cab.c: downgrade warning message (bb#1659)

diff --git a/ChangeLog b/ChangeLog
index 589d6b4..ceb8a7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jul 16 23:01:34 CEST 2009 (tk)
+----------------------------------
+ * libclamav/cab.c: downgrade warning message (bb#1659)
+
 Thu Jul 16 14:20:01 CEST 2009 (acab)
 ------------------------------------
  * libclamav, build system: fix portability issues for fseeko, sysconf(_SC_PAGESIZE),
diff --git a/libclamav/cab.c b/libclamav/cab.c
index f090f07..76cf847 100644
--- a/libclamav/cab.c
+++ b/libclamav/cab.c
@@ -549,7 +549,7 @@ static int cab_unstore(struct cab_file *file, int bytes)
 
 
     if(bytes < 0) {
-	cli_warnmsg("cab_unstore: bytes < 0\n");
+	cli_dbgmsg("cab_unstore: bytes < 0\n");
 	return CL_EFORMAT;
     }
 

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list