]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
increase debug level on host hopping debug message
authorwessels <>
Sat, 7 Feb 1998 14:55:32 +0000 (14:55 +0000)
committerwessels <>
Sat, 7 Feb 1998 14:55:32 +0000 (14:55 +0000)
src/net_db.cc

index 3412680cd8fd3e444f2426a524a00bb10e8e047f..58cff038946a301ca1bc6e918c84a79d4294ef28 100644 (file)
@@ -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) {