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 -N -r1.275 -r1.276 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 5 Aug 2013 12:34:07 -0000 1.275 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 5 Aug 2013 18:13:45 -0000 1.276 @@ -403,7 +403,7 @@ set folder "" } else { if {$parent_id eq ""} { - ns_log notice "pretty_link of [my name]: you should consider to pass a parent_id to support folders" + ns_log notice "pretty_link of $name: you should consider to pass a parent_id to support folders" set parent_id [my folder_id] } set folder [my folder_path -parent_id $parent_id -folder_ids $folder_ids]