]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
make Unused ICP version warning debug level 1
authorwessels <>
Wed, 14 Oct 1998 02:35:55 +0000 (02:35 +0000)
committerwessels <>
Wed, 14 Oct 1998 02:35:55 +0000 (02:35 +0000)
src/icp_v2.cc

index 5b3f1c65fbdcc7b52ad733ba4c05260cd04cadfb..df2fc986b07c60939f93bb58ddff6e4d9914756c 100644 (file)
@@ -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));