Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -N -r1.106 -r1.107 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 22 Mar 2008 18:31:32 -0000 1.106 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 17 Apr 2008 11:24:05 -0000 1.107 @@ -4482,13 +4482,13 @@ # The command succeeded, and wrote nothing to stderr. # $result contains what it wrote to stdout, unless you # redirected it - ns_log notice "Status == 0 $result" + ns_log debug "Status == 0 $result" } elseif {$::errorCode eq "NONE"} { # The command exited with a normal status, but wrote something # to stderr, which is included in $result. - ns_log "Normatl Status $result" + ns_log debug "Normal Status $result" } else {