From: wessels <> Date: Mon, 19 Apr 1999 13:06:14 +0000 (+0000) Subject: debugging X-Git-Tag: SQUID_3_0_PRE1~2258 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=253034c3c4285d8d8d110d5da568b638ef273af7;p=thirdparty%2Fsquid.git debugging --- diff --git a/src/dns_internal.cc b/src/dns_internal.cc index fa3693578a..9dff6a8b4d 100644 --- a/src/dns_internal.cc +++ b/src/dns_internal.cc @@ -1,6 +1,6 @@ /* - * $Id: dns_internal.cc,v 1.10 1999/04/19 05:13:41 wessels Exp $ + * $Id: dns_internal.cc,v 1.11 1999/04/19 07:06:14 wessels Exp $ * * DEBUG: section 78 DNS lookups; interacts with lib/rfc1035.c * AUTHOR: Duane Wessels @@ -256,7 +256,7 @@ idnsGrokReply(const char *buf, size_t sz) } dlinkDelete(&q->lru, &lru_list); if (n < 0) - debug(78, 1) ("idnsGrokReply: error %d\n", rfc1035_errno); + debug(78, 3) ("idnsGrokReply: error %d\n", rfc1035_errno); valid = cbdataValid(q->callback_data); cbdataUnlock(q->callback_data); if (valid)