]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
debug fix
authorwessels <>
Thu, 5 Dec 1996 01:37:30 +0000 (01:37 +0000)
committerwessels <>
Thu, 5 Dec 1996 01:37:30 +0000 (01:37 +0000)
src/http.cc
src/main.cc

index b33331fe8e54e39a68415523771f7df3e9be1de5..bba826eb6fd277a267f28ee6b086c618e5053499 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: http.cc,v 1.128 1996/12/04 18:22:11 wessels Exp $
+ * $Id: http.cc,v 1.129 1996/12/04 18:37:30 wessels Exp $
  *
  * DEBUG: section 11    Hypertext Transfer Protocol (HTTP)
  * AUTHOR: Harvest Derived
@@ -665,7 +665,7 @@ httpBuildRequestHeader(request_t * request,
        if (l > 4096)
            l = 4096;
        xstrncpy(xbuf, t, l);
-       debug(0, 0, "httpBuildRequestHeader: %s\n", xbuf);
+       debug(11, 5, "httpBuildRequestHeader: %s\n", xbuf);
        if (strncasecmp(xbuf, "Proxy-Connection:", 17) == 0)
            continue;
        if (strncasecmp(xbuf, "Connection:", 11) == 0)
index c366c96595924923b760a544d452d0f96fcc0207..e4dc6dea338529fdcf85c7d9a59bfceb412e9747 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: main.cc,v 1.125 1996/12/04 18:22:47 wessels Exp $
+ * $Id: main.cc,v 1.126 1996/12/04 18:38:16 wessels Exp $
  *
  * DEBUG: section 1     Startup and Main Loop
  * AUTHOR: Harvest Derived
@@ -440,7 +440,7 @@ serverConnectionsOpen(void)
            ttl = 0;
            x = sizeof(char);
            getsockopt(vizSock, IPPROTO_IP, IP_MULTICAST_TTL, &ttl, &x);
-           debug(0, 0, "vizSock on FD %d, ttl=%d\n", vizSock, (int) ttl);
+           debug(1, 0, "vizSock on FD %d, ttl=%d\n", vizSock, (int) ttl);
        }
 #else
        debug(1, 0, "vizSock: Could not join multicast group\n");