base-files: change logging for upgrade on fwtool
Remove vn call in favour of v call. This commit serves as preparation for removing the v function call. Signed-off-by: Florian Eckert <fe@dev.tdt.de> [alter slightly to prevent double space after colon] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
cf3f1f82ea
commit
e0c6506158
@ -81,12 +81,12 @@ fwtool_check_image() {
|
|||||||
done
|
done
|
||||||
|
|
||||||
v "Device $device not supported by this image"
|
v "Device $device not supported by this image"
|
||||||
vn "Supported devices:"
|
local devices="Supported devices:"
|
||||||
for k in $dev_keys; do
|
for k in $dev_keys; do
|
||||||
json_get_var dev "$k"
|
json_get_var dev "$k"
|
||||||
_vn " $dev"
|
devices="$devices $dev"
|
||||||
done
|
done
|
||||||
_v
|
v "$devices"
|
||||||
|
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user