From a524f440c3bbf23879860cfa70333fe39133165c Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Mon, 26 Sep 2011 18:50:28 +0000 Subject: [PATCH] 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 --- modules/http/byterange_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.40.0