From: hno <> Date: Sun, 10 Dec 2006 12:25:53 +0000 (+0000) Subject: Bug #1839: Cosmetic debug message cleanup in peerHandleHtcpReply. X-Git-Tag: SQUID_3_0_PRE6~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46437736bf4b568a701dd2f72ededb4ca6341145;p=thirdparty%2Fsquid.git Bug #1839: Cosmetic debug message cleanup in peerHandleHtcpReply. --- diff --git a/src/peer_select.cc b/src/peer_select.cc index 463b2b8543..3a0c8ab9c9 100644 --- a/src/peer_select.cc +++ b/src/peer_select.cc @@ -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++;