Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.368.2.103 -r1.368.2.104 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 29 Dec 2021 15:38:23 -0000 1.368.2.103 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 29 Dec 2021 15:41:16 -0000 1.368.2.104 @@ -748,7 +748,7 @@ # might on a test system that does not have a copy of the # content-repository folder. We fail more gracefully in this # case. - ad_log warning "::xowiki::File www-download: '$full_file_name' does not exist on the filesystem, returning 404" + ad_log Error "Could not read file $full_file_name. Maybe the content repository is (partially) missing?" ns_returnnotfound ad_script_abort }