From: wessels <> Date: Wed, 4 Feb 1998 14:21:23 +0000 (+0000) Subject: debug msg level change X-Git-Tag: SQUID_3_0_PRE1~4187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6eb13f0e004d40f52b7aa2e509fbfc1de2e59349;p=thirdparty%2Fsquid.git debug msg level change --- diff --git a/src/store_client.cc b/src/store_client.cc index 402257eda3..715e1bec92 100644 --- a/src/store_client.cc +++ b/src/store_client.cc @@ -272,7 +272,7 @@ storeClientReadHeader(int fd, const char *buf, int len, int flagnotused, void *d * we have (part of )what they want */ copy_sz = XMIN(sc->copy_size, body_sz); - debug(20,1)("storeClientReadHeader: copying %d bytes of body\n", + debug(20,3)("storeClientReadHeader: copying %d bytes of body\n", copy_sz); xmemcpy(sc->copy_buf, buf+swap_hdr_sz, copy_sz); memFree(MEM_DISK_BUF, (void *) buf);