aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-04-13 09:56:17 +1000
committerBen Elliston <bje@gnu.org>2016-04-13 09:56:17 +1000
commit3a14bb89c2ed5ac85585943a092fad4a909b8d46 (patch)
tree43536e540215b1e7b2303e9a138c348561e5c29a /lib
parent0fbf12645b1bd7795f8c03dfbf59060e2f0e1669 (diff)
* lib/rsh.exp (rsh_exec): Improve verbose message.
* lib/ssh.exp (ssh_exec): Likewise. * config/adb.exp: Likewise.
Diffstat (limited to 'lib')
-rw-r--r--lib/rsh.exp2
-rw-r--r--lib/ssh.exp2
2 files changed, 2 insertions, 2 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 } {
diff --git a/lib/ssh.exp b/lib/ssh.exp
index 5b63fa8..0241acf 100644
--- a/lib/ssh.exp
+++ b/lib/ssh.exp
@@ -128,7 +128,7 @@ proc ssh_exec { boardname program pargs inp outp } {
set name ""
set hostname ""
- verbose "Executing $boardname:$program $pargs"
+ verbose "Executing on $boardname:$program $pargs"
if {![board_info $boardname exists ssh_prog]} {
set SSH ssh