]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix bogus debug
authorwessels <>
Wed, 18 Dec 1996 07:05:26 +0000 (07:05 +0000)
committerwessels <>
Wed, 18 Dec 1996 07:05:26 +0000 (07:05 +0000)
src/client_side.cc

index 1bc892ec694bb5329a48df9c4be1589758362c6d..bad8a55a68ff013e61d175e0bcc5b2d5fc4a1a84 100644 (file)
@@ -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");