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

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


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

    Revert "show errno reason in freshclam on failure (bb #923)"
    
    This reverts commit 146fa2a8595e68543f9dc92945247855241cb0a9.

diff --git a/freshclam/manager.c b/freshclam/manager.c
index 30c2e63..fb44091 100644
--- a/freshclam/manager.c
+++ b/freshclam/manager.c
@@ -1174,7 +1174,7 @@ static int updatedb(const char *dbname, const char *hostname, char *ip, int *sig
     }
 
     if(rename(newfile, newdb) == -1) {
-	logg("!Can't rename %s to %s: %s\n", newfile, newdb, strerror(errno));
+	logg("!Can't rename %s to %s\n", newfile, newdb);
 	unlink(newfile);
 	free(newfile);
 	return 57;

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list