Index: openacs-4/packages/acs-developer-support/www/request-info.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-developer-support/www/request-info.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-developer-support/www/request-info.tcl 30 Dec 2003 22:46:17 -0000 1.5 +++ openacs-4/packages/acs-developer-support/www/request-info.tcl 11 Jan 2004 16:35:55 -0000 1.6 @@ -155,6 +155,9 @@ append body "\n" } } + notice { + append body "$info\n" + } debug { append body "$info\n" } @@ -228,12 +231,12 @@ append value "$command $handle
[ns_quotehtml $sql]
\n" } - append body "  [format "%.f" [expr { ($end - $start) / 1000 }]] ms    $statement_pool  $value\n" + append body "  [format "%.f" [expr { ($end - $start) }]] ms    $statement_pool  $value\n" incr counter incr total [expr { $end - $start }] } - append body "  [format "%.f" [expr { $total / 1000 }]] ms  (total)\n" + append body "  [format "%.f" [expr { $total }]] ms  (total)\n" append body "\n" }