Index: openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl,v diff -u -N -r1.79.2.2 -r1.79.2.3 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 26 Mar 2019 09:22:54 -0000 1.79.2.2 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 29 Mar 2019 14:03:03 -0000 1.79.2.3 @@ -1262,9 +1262,9 @@ # Run actual request # try { - ns_log notice "acs::test:http client request (timeout $timeout): $method $url" set location $url while {$depth > 0} { + ns_log notice "acs::test:http client request (timeout $timeout): $method $location" incr depth -1 set d [ns_http run \ -timeout $timeout \