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 -r1.312 -r1.313 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 15 Nov 2008 00:27:04 -0000 1.312 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 16 Nov 2008 01:17:50 -0000 1.313 @@ -932,7 +932,7 @@ if {$page_name ne ""} { set page [[my package_id] resolve_page_name_and_init_context -lang [my lang] $page_name] if {$page eq ""} { - error "Cannot find page '$page_name'" + error "Cannot find page '$page_name' to be included in page '[my name]'" } } else { set page [self]