Index: openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl,v diff -u -N -r1.41.2.50 -r1.41.2.51 --- openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl 15 Mar 2022 12:01:53 -0000 1.41.2.50 +++ openacs-4/packages/xotcl-core/tcl/06-package-procs.tcl 22 Aug 2022 17:06:40 -0000 1.41.2.51 @@ -118,8 +118,8 @@ set fn $::acs::rootdir/packages/$package_key/$location/prototypes/$name.page if {[file exists $fn]} { if {$location eq "www"} { - ns_log warning "deprecated location: you should move prototype page" \ - "'$fn' to /packages/$package_key/resources/prototypes/" + ad_log_deprecated "location of prototype page" $fn \ + packages/$package_key/resources/prototypes/ } break }