Skip to content

Commit

Permalink
base: u-boot-ostree-scr-fit: print fiovb.is_secondary_boot
Browse files Browse the repository at this point in the history
Print fiovb.is_secondary_boot when debug prints are enabled.

Signed-off-by: Igor Opaniuk <[email protected]>
  • Loading branch information
igoropaniuk authored and ricardosalveti committed Nov 14, 2022
1 parent b9dd994 commit d8e3976
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ fi
if test "${fiovb.debug}" = "1"; then
echo "${fio_msg} ################ Debug info ###############"
echo "${fio_msg} State machine variables:"
echo "${fio_msg} fiovb.is_secondary_boot = ${fiovb.is_secondary_boot}"
echo "${fio_msg} fiovb.bootcount = ${fiovb.bootcount}"
echo "${fio_msg} fiovb.rollback = ${fiovb.rollback}"
echo "${fio_msg} fiovb.upgrade_available = ${fiovb.upgrade_available}"
Expand Down

0 comments on commit d8e3976

Please sign in to comment.