From 41d08e3268729111c375f62b288baac90ccc1401 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 21 Jun 2016 10:16:54 +1000 Subject: * config/adb.exp (adb_exec) Improve verbose message. Signed-off-by: Ben Elliston --- config/adb.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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 -- cgit v1.1