Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -N -r1.542.2.134 -r1.542.2.135 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 12 Jan 2022 17:41:15 -0000 1.542.2.134 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 15 Jan 2022 16:17:05 -0000 1.542.2.135 @@ -4039,7 +4039,7 @@ # empty. In these cases, call child-resources manually. # if {$html eq "" && [:is_folder_page]} { - ns_log warning "render_content: [:item_id] ${:name} is a folder page without a content (deprecated)" + ns_log warning "render_content: [:item_id] '${:name}' is a folder page without a content (deprecated)" set html [:include child-resources] }