Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.189.2.162 -r1.189.2.163 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 7 Feb 2023 17:28:53 -0000 1.189.2.162 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 27 Feb 2023 16:58:22 -0000 1.189.2.163 @@ -1936,6 +1936,8 @@ } set success 1 } else { + ns_log warning "util::split_location <$location> fails" \ + "no host and port information in <$urlInfo>" set success 0 } }