From: Stefan Fritsch Date: Mon, 26 Sep 2011 18:50:28 +0000 (+0000) Subject: Adjust log message to reflect changed behaviour X-Git-Tag: 2.3.15~190 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a524f440c3bbf23879860cfa70333fe39133165c;p=apache Adjust log message to reflect changed behaviour git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175992 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/byterange_filter.c b/modules/http/byterange_filter.c index 560043a363..14c7630299 100644 --- a/modules/http/byterange_filter.c +++ b/modules/http/byterange_filter.c @@ -288,7 +288,7 @@ static int ap_set_byterange(request_rec *r, apr_off_t clength, } if (sum_lengths > clength) { ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r, - "Sum of ranges not smaller than file, ignoring."); + "Sum of ranges larger than file, ignoring."); return 0; }