logging: curb warning that always came up when SRC_EXTLINUX=yes

- SRC_EXTLINUX is quite prevalent, no use warning, it was more a debugging marker
This commit is contained in:
Ricardo Pardini
2023-05-08 14:12:51 +02:00
committed by igorpecovnik
parent f0f9159faa
commit ceea84ff28

View File

@@ -218,7 +218,7 @@ function get_bootscript_info() {
fi
elif [[ $SRC_EXTLINUX == yes ]]; then
bootscript_info[has_extlinux]="yes"
display_alert "Using extlinux, regular bootscripts ignored" "SRC_EXTLINUX=${SRC_EXTLINUX}" "warn"
display_alert "Using extlinux, regular bootscripts ignored" "SRC_EXTLINUX=${SRC_EXTLINUX}" "info"
fi
debug_dict bootscript_info