]> granicus.if.org Git - apache/commitdiff
Remove log message left over from debugging.
authorStefan Fritsch <sf@apache.org>
Thu, 1 Sep 2011 06:42:40 +0000 (06:42 +0000)
committerStefan Fritsch <sf@apache.org>
Thu, 1 Sep 2011 06:42:40 +0000 (06:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1163920 13f79535-47bb-0310-9956-ffa450edef68

modules/http/byterange_filter.c

index 8936d24ce5f28d849005c440132540de7eae933b..7fe003e3ff7f43cb50984d9ba3caa209f06d4ed8 100644 (file)
@@ -640,9 +640,6 @@ static int ap_set_byterange(request_rec *r, apr_off_t clength,
     }
     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) {