/*
- * $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
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)
/*
- * $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
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");