Browse code

additional verbose-mode messages

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@1374 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2005/03/04 11:20:18
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Fri Mar  4 03:18:20 CET 2005 (tk)
2
+---------------------------------
3
+  * freshclam/manager.c: additional verbose-mode messages (Stephen Gran)
4
+
1 5
 Fri Mar  4 02:47:17 CET 2005 (tk)
2 6
 ---------------------------------
3 7
   * docs: fix some typos (reported by Koryn Grant <koryn*endace.com> and
... ...
@@ -282,6 +282,7 @@ int downloaddb(const char *localname, const char *remotename, const char *hostna
282 282
 	    return 52;
283 283
 	} else {
284 284
 	    mprintf("*Connected to %s (IP: %s).\n", hostname, ipaddr);
285
+	    mprintf("*Trying to retrieve http://%s/%s\n", hostname, remotename);
285 286
 	}
286 287
 
287 288
 	if(!ip[0])
... ...
@@ -354,6 +355,7 @@ int downloaddb(const char *localname, const char *remotename, const char *hostna
354 354
      */
355 355
     tempname = cli_gentemp(".");
356 356
 
357
+    mprintf("*Retrieving http://%s/%s\n", hostname, remotename);
357 358
     if((ret = get_database(remotename, hostfd, tempname, hostname, proxy, user, pass))) {
358 359
         mprintf("@Can't download %s from %s (IP: %s)\n", remotename, hostname, ipaddr);
359 360
         unlink(tempname);