--------------------- PatchSet 1573 Date: 2005/08/24 05:43:31 Author: rousskov Branch: squid3-icap Tag: (none) Log: - fixed method name typo in debug(). Members: src/ICAPAnchor.cc:1.1.2.10->1.1.2.11 Index: squid3/src/ICAPAnchor.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/Attic/ICAPAnchor.cc,v retrieving revision 1.1.2.10 retrieving revision 1.1.2.11 diff -u -r1.1.2.10 -r1.1.2.11 --- squid3/src/ICAPAnchor.cc 23 Aug 2005 23:17:53 -0000 1.1.2.10 +++ squid3/src/ICAPAnchor.cc 24 Aug 2005 05:43:31 -0000 1.1.2.11 @@ -90,7 +90,7 @@ // ICAP client aborting void ICAPAnchor::noteSinkAbort(MsgPipe *p) { - debug(93,5)("ICAPAnchor::noteSinkNeed() called\n"); + debug(93,5)("ICAPAnchor::noteSinkAbort() called\n"); stop(notifyOwner); }