From: wessels <> Date: Wed, 18 Dec 1996 07:05:26 +0000 (+0000) Subject: fix bogus debug X-Git-Tag: SQUID_3_0_PRE1~5274 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f90db12e0c50220ca375e9368e08511aaba19a95;p=thirdparty%2Fsquid.git fix bogus debug --- diff --git a/src/client_side.cc b/src/client_side.cc index 1bc892ec69..bad8a55a68 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.77 1996/12/18 00:03:00 wessels Exp $ + * $Id: client_side.cc,v 1.78 1996/12/18 00:05:26 wessels Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -73,7 +73,7 @@ static void clientLookupDstFQDNDone(int fd, const char *fqdn, void *data) { icpStateData *icpState = data; - debug(33, 0, "clientLookupDstFQDNDone: FD %d, '%s', FQDN %s\n", + debug(33, 5, "clientLookupDstFQDNDone: FD %d, '%s', FQDN %s\n", fd, icpState->url, fqdn ? fqdn : "NULL");