[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 01:15:37 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 003b5feec475e76581c2bf8a7081b79c68dff5c2
Author: aCaB <acab at clamav.net>
Date:   Tue Jan 19 14:24:17 2010 +0100

    remove debug printf

diff --git a/clamscan/manager.c b/clamscan/manager.c
index ebc6e17..5602df3 100644
--- a/clamscan/manager.c
+++ b/clamscan/manager.c
@@ -117,7 +117,6 @@ static int scanfile(const char *filename, struct cl_engine *engine, const struct
 	return 0;
     }
     info.rblocks += fsize / CL_COUNT_PRECISION;
-    printf("THIS: %u(%u) - SO FAR: %u\n", fsize/CL_COUNT_PRECISION, fsize, info.rblocks);
 #ifndef _WIN32
     if(geteuid())
 	if(checkaccess(filename, NULL, R_OK) != 1) {

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list