mirror of https://github.com/ipxe/ipxe.git
[efi] Show manufacturer in veto debug output
Simplify the process of adding new entries to the veto list by including the manufacturer name within the standard debug output. Signed-off-by: Michael Brown <mcb30@ipxe.org>vbox
parent
2689a6e776
commit
9a118322a0
|
@ -617,6 +617,7 @@ void efi_veto ( void ) {
|
||||||
/* Get manufacturer name */
|
/* Get manufacturer name */
|
||||||
fetch_string_setting_copy ( NULL, &manufacturer_setting,
|
fetch_string_setting_copy ( NULL, &manufacturer_setting,
|
||||||
&manufacturer );
|
&manufacturer );
|
||||||
|
DBGC ( &efi_vetoes, "EFIVETO manufacturer is \"%s\"\n", manufacturer );
|
||||||
|
|
||||||
/* Unload any vetoed drivers */
|
/* Unload any vetoed drivers */
|
||||||
for ( i = 0 ; i < num_drivers ; i++ ) {
|
for ( i = 0 ; i < num_drivers ; i++ ) {
|
||||||
|
|
Loading…
Reference in New Issue