diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2016-06-21 10:16:54 +1000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2016-06-21 10:16:54 +1000 |
commit | 41d08e3268729111c375f62b288baac90ccc1401 (patch) | |
tree | f924c2a750fded52035ab67ed4cf874d0fefa270 /config | |
parent | 6feec7cd055ba3afd855f4e162f95b2f9b24ada6 (diff) | |
download | dejagnu-41d08e3268729111c375f62b288baac90ccc1401.tar.gz dejagnu-41d08e3268729111c375f62b288baac90ccc1401.tar.bz2 dejagnu-41d08e3268729111c375f62b288baac90ccc1401.zip |
* 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.exp | 2 |
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 |