From: robertc <> Date: Tue, 20 May 2003 04:35:28 +0000 (+0000) Subject: Summary: Be less verbose during range requests. X-Git-Tag: SQUID_3_0_PRE1~179 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d882db71b3d3db7a3c7e56aa93d858428776f51;p=thirdparty%2Fsquid.git Summary: Be less verbose during range requests. Keywords: Be less verbose during range requests. --- diff --git a/src/client_side.cc b/src/client_side.cc index 56166776df..a54e1b3940 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.635 2003/04/06 08:23:10 robertc Exp $ + * $Id: client_side.cc,v 1.636 2003/05/19 22:35:28 robertc Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -1332,7 +1332,7 @@ ClientSocketContext::getNextRangeOffset() const { if (http->request->range) { /* offset in range specs does not count the prefix of an http msg */ - debug (0,0) ("ClientSocketContext::getNextRangeOffset: http offset %lu\n", (long unsigned)http->out.offset); + debug (33,5) ("ClientSocketContext::getNextRangeOffset: http offset %lu\n", (long unsigned)http->out.offset); /* check: reply was parsed and range iterator was initialized */ assert(http->range_iter.valid); /* filter out data according to range specs */