From: Stefan Fritsch Date: Thu, 1 Sep 2011 06:42:40 +0000 (+0000) Subject: Remove log message left over from debugging. X-Git-Tag: 2.3.15~308 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3652b5bd72ebd27f3aace49be274652eff771b12;p=apache Remove log message left over from debugging. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1163920 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/byterange_filter.c b/modules/http/byterange_filter.c index 8936d24ce5..7fe003e3ff 100644 --- a/modules/http/byterange_filter.c +++ b/modules/http/byterange_filter.c @@ -640,9 +640,6 @@ static int ap_set_byterange(request_rec *r, apr_off_t clength, } else if (num_ranges == 0 && unsatisfiable) { /* If all ranges are unsatisfiable, we should return 416 */ - ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, - "All ranges in Range header (%s) are unsatisfiable", - it); return -1; } if (sum_lengths > clength) {