From: wessels <> Date: Mon, 29 Jun 1998 21:26:49 +0000 (+0000) Subject: debug level X-Git-Tag: SQUID_3_0_PRE1~3123 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e1f96e7f058690d064d73dcaec6a7cea5bc251f;p=thirdparty%2Fsquid.git debug level --- diff --git a/src/client_side.cc b/src/client_side.cc index 00b432b7cb..0539a74387 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -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); }