aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2016-06-21 10:16:54 +1000
committerBen Elliston <bje@gnu.org>2016-06-21 10:16:54 +1000
commit41d08e3268729111c375f62b288baac90ccc1401 (patch)
treef924c2a750fded52035ab67ed4cf874d0fefa270 /config
parent6feec7cd055ba3afd855f4e162f95b2f9b24ada6 (diff)
downloaddejagnu-41d08e3268729111c375f62b288baac90ccc1401.zip
dejagnu-41d08e3268729111c375f62b288baac90ccc1401.tar.gz
dejagnu-41d08e3268729111c375f62b288baac90ccc1401.tar.bz2
* config/adb.exp (adb_exec) Improve verbose message.
Signed-off-by: Ben Elliston <bje@gnu.org>
Diffstat (limited to 'config')
-rw-r--r--config/adb.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/adb.exp b/config/adb.exp
index 7c4f694..8738bc8 100644
--- a/config/adb.exp
+++ b/config/adb.exp
@@ -163,7 +163,7 @@ proc adb_exec { boardname cmd args } {
set inp "/dev/null"
}
- verbose "Executing on $boardname:$cmd $pargs < $inp "
+ verbose "Executing on $boardname: $cmd $pargs < $inp"
# Execute commands only from temporary folder, therefore do "cd" first
global android_tmp_dir