[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. 99ae9353f6834da0cb73f59f4b32d1f0ae1263fa

Stephen Gran steve at lobefin.net
Thu Sep 4 12:37:06 UTC 2008


The following commit has been merged in the debian/unstable branch:
commit d71283c23cc11c846b39d3f6b1a282d555a0805b
Author: Stephen Gran <steve at lobefin.net>
Date:   Thu Sep 4 13:25:53 2008 +0100

    Revert "debug message for html tempfiles"
    
    This reverts commit 082aa670f114bbb108e315b8a601b6530413f5b9.

diff --git a/ChangeLog b/ChangeLog
index 06ae3ee..c5c1ef1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,3 @@
-Tue Mar 18 23:55:49 EET 2008 (edwin)
-------------------------------------
-  * libclamav/scanners.c: debug message for html tempfiles
-
 Tue Mar 18 15:47:47 CET 2008 (tk)
 ---------------------------------
   * docs/clamdoc.*: various documentation updates
diff --git a/libclamav/scanners.c b/libclamav/scanners.c
index 72fd92e..8b6c18d 100644
--- a/libclamav/scanners.c
+++ b/libclamav/scanners.c
@@ -918,8 +918,6 @@ static int cli_scanhtml(int desc, cli_ctx *ctx)
         return CL_ETMPDIR;
     }
 
-    cli_dbgmsg("cli_scanhtml: using tempdir %s\n", tempname);
-
     html_normalise_fd(desc, tempname, NULL, ctx->dconf);
     snprintf(fullname, 1024, "%s/nocomment.html", tempname);
     fd = open(fullname, O_RDONLY|O_BINARY);
@@ -1041,8 +1039,6 @@ static int cli_scanhtml_utf16(int desc, cli_ctx *ctx)
 	return CL_EIO;
     }
 
-    cli_dbgmsg("cli_scanhtml_utf16: using tempfile %s\n", tempname);
-
     while((bytes = read(desc, buff, sizeof(buff))) > 0) {
 	decoded = cli_utf16toascii(buff, bytes);
 	if(decoded) {

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list