base-hw: Fix error message in run env

This commit is contained in:
Norman Feske 2013-04-05 22:55:13 +02:00
parent 4b224dd67e
commit d339eb734f
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ proc run_genode_until {{wait_for_re forever} {timeout_value 0}} {
if {[target] == "qemu"} { spawn_qemu $wait_for_re $timeout_value
} else {
puts stderr "Error: Can't execute automatically on target '$target'"
puts stderr "Error: Can't execute automatically on target '[target]'"
puts stderr " Target might be: 'qemu'"
exit -1
}