]> granicus.if.org Git - apache/commitdiff
Adjust log message to reflect changed behaviour
authorStefan Fritsch <sf@apache.org>
Mon, 26 Sep 2011 18:50:28 +0000 (18:50 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 26 Sep 2011 18:50:28 +0000 (18:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1175992 13f79535-47bb-0310-9956-ffa450edef68

modules/http/byterange_filter.c

index 560043a363ced543d8a324a349a3d07156bd30be..14c7630299edb77cbe18acdd030b457b94226782 100644 (file)
@@ -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;
     }