]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
debug level
authorwessels <>
Mon, 29 Jun 1998 21:26:49 +0000 (21:26 +0000)
committerwessels <>
Mon, 29 Jun 1998 21:26:49 +0000 (21:26 +0000)
src/client_side.cc

index 00b432b7cbd1c4a58af811f603026fcdbd2f5df0..0539a743872ff66ee7477b0a2352804c72d9a0e3 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.338 1998/06/28 16:53:09 wessels Exp $
+ * $Id: client_side.cc,v 1.339 1998/06/29 15:26:49 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -1732,7 +1732,7 @@ clientGetHeadersForIMS(void *data, char *buf, ssize_t size)
         * cancelled the request, then http->entry will be NULL.
         */
        if (entry != NULL) {
-           debug(33, 1) ("clientGetHeadersForIMS: storeClientCopy failed for '%s'\n",
+           debug(33, 3) ("clientGetHeadersForIMS: storeClientCopy failed for '%s'\n",
                storeKeyText(entry->key));
            clientProcessMiss(http);
        }