Index: openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl,v diff -u -N -r1.93.2.29 -r1.93.2.30 --- openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 21 Oct 2020 17:47:06 -0000 1.93.2.29 +++ openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 28 Oct 2020 17:33:36 -0000 1.93.2.30 @@ -388,7 +388,8 @@ append _ [db_driverkey {}]\n } append _ "Server: [ns_info patchlevel] ([ns_info name] [ns_info tag])\n" - append _ "Tcl: $::tcl_patchLevel\n" + append _ "NSF: $::nsf::patchLevel\n" + append _ "Tcl: $::tcl_patchLevel\n" append _ "XOTcl: $::xotcl::version$::xotcl::patchlevel\n" append _ "Tdom: [package req tdom]\n" append _ "libthread: [ns_config ns/server/[ns_info server]/modules libthread]\n"