Index: openacs-4/packages/xowiki/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/package-procs.tcl,v diff -u -r1.332.2.73 -r1.332.2.74 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 6 Feb 2021 20:43:14 -0000 1.332.2.73 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 14 Feb 2021 21:16:03 -0000 1.332.2.74 @@ -1487,8 +1487,8 @@ #ns_log notice "template is <$result>" if {$result ne ""} { if {$location eq "www"} { - ns_log warning "deprecated location: you should move template\ - '$tmpl' to /packages/$package_key/resources/templates/" + ns_log warning "deprecated location: you should move template" \ + "'$tmpl' to /packages/$package_key/resources/templates/" } return $result }