Index: openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl,v diff -u -r1.47.2.9 -r1.47.2.10 --- openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl 1 Apr 2014 18:37:33 -0000 1.47.2.9 +++ openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl 29 Jan 2015 09:24:01 -0000 1.47.2.10 @@ -615,7 +615,7 @@ # # See http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html (14.16) # - ns_log notice "### ignore invalid <$range>, pos > size-1, Content-Range: bytes $from-$to/$size // $ranges" + ns_log notice "### ignore invalid range <$range>, pos > size-1, Content-Range: bytes $from-$to/$size // $ranges" } } elseif {[llength $ranges]>1} { ns_log warning "Multiple ranges are currently not supported, ignoring range request"