You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2011/09/26 20:50:28 UTC

svn commit: r1175992 - /httpd/httpd/trunk/modules/http/byterange_filter.c

Author: sf
Date: Mon Sep 26 18:50:28 2011
New Revision: 1175992

URL: http://svn.apache.org/viewvc?rev=1175992&view=rev
Log:
Adjust log message to reflect changed behaviour

Modified:
    httpd/httpd/trunk/modules/http/byterange_filter.c

Modified: httpd/httpd/trunk/modules/http/byterange_filter.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http/byterange_filter.c?rev=1175992&r1=1175991&r2=1175992&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http/byterange_filter.c (original)
+++ httpd/httpd/trunk/modules/http/byterange_filter.c Mon Sep 26 18:50:28 2011
@@ -288,7 +288,7 @@ static int ap_set_byterange(request_rec 
     }
     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;
     }