aboutsummaryrefslogtreecommitdiff
path: root/lib/rsh.exp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rsh.exp')
-rw-r--r--lib/rsh.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rsh.exp b/lib/rsh.exp
index 6446db2..c4d2afa 100644
--- a/lib/rsh.exp
+++ b/lib/rsh.exp
@@ -226,7 +226,7 @@ proc rsh_upload {desthost srcfile destfile} {
proc rsh_exec { boardname program pargs inp outp } {
global timeout
- verbose "Executing $boardname:$program $pargs < $inp"
+ verbose "Executing on $boardname:$program $pargs < $inp"
if {![board_info $boardname exists rsh_prog]} {
if { [which remsh] != 0 } {