--------------------- PatchSet 4414 Date: 2007/04/29 05:51:39 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: More debugs improvement. Members: src/net_db.cc:1.13.4.11->1.13.4.12 Index: squid3/src/net_db.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/net_db.cc,v retrieving revision 1.13.4.11 retrieving revision 1.13.4.12 diff -u -r1.13.4.11 -r1.13.4.12 --- squid3/src/net_db.cc 29 Apr 2007 03:01:39 -0000 1.13.4.11 +++ squid3/src/net_db.cc 29 Apr 2007 05:51:39 -0000 1.13.4.12 @@ -1,6 +1,6 @@ /* - * $Id: net_db.cc,v 1.13.4.11 2007/04/29 03:01:39 amosjeffries Exp $ + * $Id: net_db.cc,v 1.13.4.12 2007/04/29 05:51:39 amosjeffries Exp $ * * DEBUG: section 38 Network Measurement Database * AUTHOR: Duane Wessels @@ -1163,10 +1163,9 @@ netdbExchangeUpdatePeer(IPAddress &addr, peer * e, double rtt, double hops) { #if USE_ICMP - char buf[MAX_IPSTRLEN]; netdbEntry *n; net_db_peer *p; - debugs(38, 5, "netdbExchangeUpdatePeer: '" << addr.NtoA(buf,MAX_IPSTRLEN) << "', "<< + debugs(38, 5, "netdbExchangeUpdatePeer: '" << addr << "', "<< std::setfill('0')<< std::setprecision(2) << hops << " hops, " << rtt << " rtt");