]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update debug
authorwessels <>
Wed, 6 May 1998 12:56:46 +0000 (12:56 +0000)
committerwessels <>
Wed, 6 May 1998 12:56:46 +0000 (12:56 +0000)
src/net_db.cc

index f16535b063a97fc71bdb0e60f75966602158e0d6..b6596f2433cc4beb0eb4757983de8ead2b1ba058 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: net_db.cc,v 1.90 1998/05/05 23:27:29 wessels Exp $
+ * $Id: net_db.cc,v 1.91 1998/05/06 06:56:46 wessels Exp $
  *
  * DEBUG: section 37    Network Measurement Database
  * AUTHOR: Duane Wessels
@@ -718,7 +718,7 @@ netdbExchangeUpdatePeer(struct in_addr addr, peer * e, double rtt, double hops)
 #if USE_ICMP
     netdbEntry *n;
     net_db_peer *p;
-    debug(37, 1) ("netdbExchangeUpdatePeer: '%s', %0.1f hops, %0.1f rtt\n",
+    debug(37, 5) ("netdbExchangeUpdatePeer: '%s', %0.1f hops, %0.1f rtt\n",
        inet_ntoa(addr), hops, rtt);
     n = netdbLookupAddr(addr);
     if (n == NULL)