From 859ccccd8076910f7b022d712beeaffaf2f2fa9e Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Mon, 31 Jan 2011 12:09:46 +0100 Subject: error: remove debug output when reporting errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The user does not need to know or care about "command handlers". Signed-off-by: Øyvind Harboe --- src/helper/startup.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/helper') diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl index 4c71a9a0..2e2982cc 100644 --- a/src/helper/startup.tcl +++ b/src/helper/startup.tcl @@ -22,7 +22,8 @@ proc ocd_bouncer {name args} { if {[catch {eval $cmd $args}] == 0} { return "" } else { - set errmsg "Command handler execution failed" + # 'classic' commands output error message as part of progress output + set errmsg "" } } else {if {$type == "group"} { catch {eval ocd_usage $name $args} -- cgit v1.2.3