bb#11261 - additional suppress IP notification when using proxy

pull/56/head
Kevin Lin 9 years ago
parent f1d5ea9271
commit d26c933dab
  1. 7
      freshclam/manager.c

@ -1948,8 +1948,11 @@ updatedb (const char *dbname, const char *hostname, char *ip, int *signo,
if (!remote)
{
logg ("^Can't read %s header from %s (IP: %s)\n", cvdfile,
hostname, ip);
if (proxy)
logg ("^Can't read %s header from %s\n", cvdfile, hostname);
else
logg ("^Can't read %s header from %s (IP: %s)\n", cvdfile,
hostname, ip);
#ifdef HAVE_RESOLV_H
if (mirror_stats && strlen (ip))
{

Loading…
Cancel
Save