Index: openacs-4/packages/acs-tcl/tcl/security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs.tcl,v diff -u -N -r1.126.2.30 -r1.126.2.31 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 22 May 2020 12:18:19 -0000 1.126.2.30 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 20 Jun 2020 09:41:47 -0000 1.126.2.31 @@ -1789,7 +1789,7 @@ } if { $session_id eq "" } { - ns_log warning "could not obtain a session_id via 'ad_conn session_id'" + ad_log warning "could not obtain a session_id via 'ad_conn session_id'" } else { if { $persistent == "t" } { @@ -2429,7 +2429,7 @@ if {$host ne ""} { if {![regexp {^[\w.:@+/=$%!*~\[\]-]+$} $host]} { binary scan [encoding convertto utf-8 $host] H* hex - ad_log warning "provided host <$host> (hex $hex) contains invalid characters" + ns_log warning "provided host <$host> (hex $hex) contains invalid characters" set result 0 } }