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/01 08:42:40 UTC

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

Author: sf
Date: Thu Sep  1 06:42:40 2011
New Revision: 1163920

URL: http://svn.apache.org/viewvc?rev=1163920&view=rev
Log:
Remove log message left over from debugging.

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=1163920&r1=1163919&r2=1163920&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http/byterange_filter.c (original)
+++ httpd/httpd/trunk/modules/http/byterange_filter.c Thu Sep  1 06:42:40 2011
@@ -640,9 +640,6 @@ static int ap_set_byterange(request_rec 
     }
     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) {