]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
debug msg level change
authorwessels <>
Wed, 4 Feb 1998 14:21:23 +0000 (14:21 +0000)
committerwessels <>
Wed, 4 Feb 1998 14:21:23 +0000 (14:21 +0000)
src/store_client.cc

index 402257eda3294173c7c67f8063fa55897745d926..715e1bec925e5e9eb349f7bf5d2a5fc5555cad5e 100644 (file)
@@ -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);