From: wessels <> Date: Sat, 7 Feb 1998 14:55:32 +0000 (+0000) Subject: increase debug level on host hopping debug message X-Git-Tag: SQUID_3_0_PRE1~4139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70ae569b97136afec1e65dd622a4258efc82470c;p=thirdparty%2Fsquid.git increase debug level on host hopping debug message --- diff --git a/src/net_db.cc b/src/net_db.cc index 3412680cd8..58cff03894 100644 --- a/src/net_db.cc +++ b/src/net_db.cc @@ -1,6 +1,6 @@ /* - * $Id: net_db.cc,v 1.63 1998/02/05 21:10:36 wessels Exp $ + * $Id: net_db.cc,v 1.64 1998/02/07 07:55:32 wessels Exp $ * * DEBUG: section 37 Network Measurement Database * AUTHOR: Duane Wessels @@ -227,7 +227,7 @@ netdbSendPing(const ipcache_addrs * ia, void *data) */ if (na == NULL) na = netdbAdd(addr); - debug(37, 1) ("netdbSendPing: NOTE: %s moved from %s to %s\n", + debug(37, 3) ("netdbSendPing: %s moved from %s to %s\n", hostname, n->network, na->network); x = (net_db_name *) hash_lookup(host_table, hostname); if (x == NULL) {