Index: squid/src/client_side.c diff -c squid/src/client_side.c:1.561.2.72 squid/src/client_side.c:1.561.2.73 *** squid/src/client_side.c:1.561.2.72 Wed Mar 2 19:18:29 2005 --- squid/src/client_side.c Mon Mar 7 06:31:35 2005 *************** *** 2860,2866 **** #if LINUX_NETFILTER /* If the call fails the address structure will be unchanged */ getsockopt(conn->fd, SOL_IP, SO_ORIGINAL_DST, &conn->me, &sock_sz); ! debug(33, 5) ("parseHttpRequest: addr = %s", inet_ntoa(conn->me.sin_addr)); if (vport_mode) vport = (int) ntohs(http->conn->me.sin_port); #endif --- 2860,2866 ---- #if LINUX_NETFILTER /* If the call fails the address structure will be unchanged */ getsockopt(conn->fd, SOL_IP, SO_ORIGINAL_DST, &conn->me, &sock_sz); ! debug(33, 5) ("parseHttpRequest: addr = %s\n", inet_ntoa(conn->me.sin_addr)); if (vport_mode) vport = (int) ntohs(http->conn->me.sin_port); #endif Index: squid/src/dns_internal.c diff -c squid/src/dns_internal.c:1.45.2.5 squid/src/dns_internal.c:1.45.2.6 *** squid/src/dns_internal.c:1.45.2.5 Thu Jul 29 07:26:20 2004 --- squid/src/dns_internal.c Mon Mar 7 06:31:35 2005 *************** *** 280,287 **** t, &Size); token = strtok((char *) t, ", "); while (token) { ! debug(78, ! 1) ("Adding nameserver %s from Registry\n", token); idnsAddNameserver(token); token = strtok(NULL, ", "); --- 280,286 ---- t, &Size); token = strtok((char *) t, ", "); while (token) { ! debug(78, 1) ("Adding nameserver %s from Registry\n", token); idnsAddNameserver(token); token = strtok(NULL, ", "); *************** *** 682,688 **** #else debug(78, 1) ("Please check your /etc/resolv.conf file\n"); #endif ! debug(78, 1) ("or use the 'dns_nameservers' option in squid.conf."); idnsAddNameserver("127.0.0.1"); } if (!init) { --- 681,687 ---- #else debug(78, 1) ("Please check your /etc/resolv.conf file\n"); #endif ! debug(78, 1) ("or use the 'dns_nameservers' option in squid.conf.\n"); idnsAddNameserver("127.0.0.1"); } if (!init) { Index: squid/src/ftp.c diff -c squid/src/ftp.c:1.316.2.23 squid/src/ftp.c:1.316.2.24 *** squid/src/ftp.c:1.316.2.23 Fri Mar 4 04:53:55 2005 --- squid/src/ftp.c Mon Mar 7 06:31:35 2005 *************** *** 1977,1983 **** } } if (fd < 0) { ! debug(9, 1) ("ftpHandleDataAccept: comm_accept(%d): %s", fd, xstrerror()); /* XXX Need to set error message */ ftpFail(ftpState); return; --- 1977,1983 ---- } } if (fd < 0) { ! debug(9, 1) ("ftpHandleDataAccept: comm_accept(%d): %s\n", fd, xstrerror()); /* XXX Need to set error message */ ftpFail(ftpState); return; Index: squid/src/net_db.c diff -c squid/src/net_db.c:1.158.2.5 squid/src/net_db.c:1.158.2.6 *** squid/src/net_db.c:1.158.2.5 Sun Feb 13 14:23:19 2005 --- squid/src/net_db.c Mon Mar 7 06:31:35 2005 *************** *** 247,253 **** hostname, n->network, na->network); x = (net_db_name *) hash_lookup(host_table, hostname); if (x == NULL) { ! debug(38, 1) ("netdbSendPing: net_db_name list bug: %s not found", hostname); xfree(hostname); return; } --- 247,253 ---- hostname, n->network, na->network); x = (net_db_name *) hash_lookup(host_table, hostname); if (x == NULL) { ! debug(38, 1) ("netdbSendPing: net_db_name list bug: %s not found\n", hostname); xfree(hostname); return; } Index: squid/src/snmp_core.c diff -c squid/src/snmp_core.c:1.51.2.3 squid/src/snmp_core.c:1.51.2.4 *** squid/src/snmp_core.c:1.51.2.3 Wed Jun 18 17:53:35 2003 --- squid/src/snmp_core.c Mon Mar 7 06:31:35 2005 *************** *** 585,591 **** if (ParseFn == NULL) { Answer->errstat = SNMP_ERR_NOSUCHNAME; ! debug(49, 5) ("snmpAgentResponse: No such oid. "); } else VarNew = (*ParseFn) (VarPtr, (snint *) & (Answer->errstat)); --- 585,591 ---- if (ParseFn == NULL) { Answer->errstat = SNMP_ERR_NOSUCHNAME; ! debug(49, 5) ("snmpAgentResponse: No such oid.\n"); } else VarNew = (*ParseFn) (VarPtr, (snint *) & (Answer->errstat)); *************** *** 614,620 **** if (ParseFn == NULL) { Answer->errstat = SNMP_ERR_NOSUCHNAME; ! debug(49, 5) ("snmpAgentResponse: No such oid: "); snmpDebugOid(5, PDU->variables->name, PDU->variables->name_length); } else { xfree(PDU->variables->name); --- 614,620 ---- if (ParseFn == NULL) { Answer->errstat = SNMP_ERR_NOSUCHNAME; ! debug(49, 5) ("snmpAgentResponse: No such oid:\n"); snmpDebugOid(5, PDU->variables->name, PDU->variables->name_length); } else { xfree(PDU->variables->name); *************** *** 1043,1049 **** static void snmpSnmplibDebug(int lvl, char *buf) { ! debug(49, lvl) ("%s", buf); } void --- 1043,1049 ---- static void snmpSnmplibDebug(int lvl, char *buf) { ! debug(49, lvl) ("%s\n", buf); } void

AltStyle によって変換されたページ (->オリジナル) /