diff options
Diffstat (limited to 'ds9/library/comm.tcl')
-rw-r--r-- | ds9/library/comm.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/comm.tcl b/ds9/library/comm.tcl index 8be7f98..8e78f6e 100644 --- a/ds9/library/comm.tcl +++ b/ds9/library/comm.tcl @@ -6,7 +6,7 @@ package provide DS9 1.0 # used to access ProcessSend*Cmd via tcl proc CommReturn {id rr} { - return "$id $rr" + return -level 3 "$id $rr" } proc CommSet {fn paramlist {safemode 0}} { |