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 -N -r1.368.2.70 -r1.368.2.71 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 26 Aug 2020 11:16:11 -0000 1.368.2.70 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 25 Sep 2020 07:01:46 -0000 1.368.2.71 @@ -88,10 +88,10 @@ } if {$item_id ne 0} { - #:log "clipboard-add adds $page_name // $item_id" + #:log "clipboard-add adds $page_ref // $item_id" lappend item_ids $item_id } else { - ns_log warning "get_ids_for_bulk_actions: clipboard entry <$page_name> could not be resolved" + ns_log warning "get_ids_for_bulk_actions: clipboard entry <$page_ref> could not be resolved" } } return $item_ids