--------------------- PatchSet 5483 Date: 2007/08/24 01:12:59 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Correct debugs typo indicating wrong function location. Members: src/ipcache.cc:1.9.2.40->1.9.2.41 Index: squid3/src/ipcache.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/ipcache.cc,v retrieving revision 1.9.2.40 retrieving revision 1.9.2.41 diff -u -r1.9.2.40 -r1.9.2.41 --- squid3/src/ipcache.cc 19 Aug 2007 11:03:15 -0000 1.9.2.40 +++ squid3/src/ipcache.cc 24 Aug 2007 01:12:59 -0000 1.9.2.41 @@ -1,6 +1,6 @@ /* - * $Id: ipcache.cc,v 1.9.2.40 2007/08/19 11:03:15 amosjeffries Exp $ + * $Id: ipcache.cc,v 1.9.2.41 2007/08/24 01:12:59 amosjeffries Exp $ * * DEBUG: section 14 IP Cache * AUTHOR: Harvest Derived @@ -950,7 +950,7 @@ else if (!(ip = name)) return NULL; - debugs(14, 4, "ipcache_nbgethostbyname: HIT_BYPASS for '" << name << "' == " << ip ); + debugs(14, 4, "ipcacheCheckNumeric: HIT_BYPASS for '" << name << "' == " << ip ); static_addrs.count = 1;