From: wessels <> Date: Wed, 14 Oct 1998 02:35:55 +0000 (+0000) Subject: make Unused ICP version warning debug level 1 X-Git-Tag: SQUID_3_0_PRE1~2588 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edc182e2245ac578edf5cf31810474bfcf846b8e;p=thirdparty%2Fsquid.git make Unused ICP version warning debug level 1 --- diff --git a/src/icp_v2.cc b/src/icp_v2.cc index 5b3f1c65fb..df2fc986b0 100644 --- a/src/icp_v2.cc +++ b/src/icp_v2.cc @@ -1,6 +1,6 @@ /* - * $Id: icp_v2.cc,v 1.53 1998/09/21 06:52:15 wessels Exp $ + * $Id: icp_v2.cc,v 1.54 1998/10/13 20:35:55 wessels Exp $ * * DEBUG: section 12 Internet Cache Protocol * AUTHOR: Duane Wessels @@ -381,7 +381,7 @@ icpHandleUdp(int sock, void *data) else if (icp_version == ICP_VERSION_3) icpHandleIcpV3(sock, from, buf, len); else - debug(12, 0) ("WARNING: Unused ICP version %d received from %s:%d\n", + debug(12, 1) ("WARNING: Unused ICP version %d received from %s:%d\n", icp_version, inet_ntoa(from.sin_addr), ntohs(from.sin_port));