From 3d882db71b3d3db7a3c7e56aa93d858428776f51 Mon Sep 17 00:00:00 2001 From: robertc <> Date: Tue, 20 May 2003 04:35:28 +0000 Subject: [PATCH] Summary: Be less verbose during range requests. Keywords: Be less verbose during range requests. --- src/client_side.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.47.3