Index: openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl,v diff -u -r1.30.2.7 -r1.30.2.8 --- openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl 12 Apr 2022 09:36:39 -0000 1.30.2.7 +++ openacs-4/packages/xotcl-core/tcl/50-protocol-handler-procs.tcl 9 May 2022 17:11:03 -0000 1.30.2.8 @@ -30,9 +30,11 @@ ProtocolHandler instproc log {message} { # - # Comment out the following line to silence the logging. + # Comment/uncomment one of the two following lines to + # activate/silence the logging. # #next "xo::ProtocolHandler: $message" + #ns_log notice "xo::ProtocolHandler [self]: $message" } ProtocolHandler ad_instproc set_user_id {} { @@ -77,6 +79,7 @@ Setup connection object and authenticate user } { ad_conn -reset + # # Make sure, there is no ::ad_conn(request); otherwise the # developer support will add all its output to a single var, which