]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #1839: Cosmetic debug message cleanup in peerHandleHtcpReply.
authorhno <>
Sun, 10 Dec 2006 12:25:53 +0000 (12:25 +0000)
committerhno <>
Sun, 10 Dec 2006 12:25:53 +0000 (12:25 +0000)
src/peer_select.cc

index 463b2b8543d176909cca35aea19ab4406b8f36fc..3a0c8ab9c953366d8706de39b65bbe6b406784ee 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: peer_select.cc,v 1.142 2006/08/21 00:50:41 robertc Exp $
+ * $Id: peer_select.cc,v 1.143 2006/12/10 05:25:53 hno Exp $
  *
  * DEBUG: section 44    Peer Selection Algorithm
  * AUTHOR: Duane Wessels
@@ -695,7 +695,7 @@ static void
 peerHandleHtcpReply(peer * p, peer_t type, htcpReplyData * htcp, void *data)
 {
     ps_state *psstate = (ps_state *)data;
-    debug(44, 3) ("peerHandleIcpReply: %s %s\n",
+    debug(44, 3) ("peerHandleHtcpReply: %s %s\n",
                   htcp->hit ? "HIT" : "MISS",
                   storeUrl(psstate->entry));
     psstate->ping.n_recv++;