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 -r1.78.2.13 -r1.78.2.14 --- openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 29 Feb 2016 09:15:20 -0000 1.78.2.13 +++ openacs-4/packages/xotcl-core/tcl/01-debug-procs.tcl 29 Apr 2016 07:12:03 -0000 1.78.2.14 @@ -114,7 +114,8 @@ ns_log Warning "DEBUG call($level) - {$objectInfo} {$methodInfo} $arglist" } proc ::nsf::debug::exit {level objectInfo methodInfo result usec} { - ns_log Warning "DEBUG exit($level) - {$objectInfo} {$methodInfo} $usec usec -> $result" + #ns_log Warning "DEBUG exit($level) - {$objectInfo} {$methodInfo} $usec usec -> $result" + ns_log Warning "DEBUG exit($level) - {$objectInfo} {$methodInfo} $usec usec" } }