mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 15:23:42 +03:00
[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>
This commit is contained in:
@@ -617,6 +617,7 @@ void efi_veto ( void ) {
|
||||
/* Get manufacturer name */
|
||||
fetch_string_setting_copy ( NULL, &manufacturer_setting,
|
||||
&manufacturer );
|
||||
DBGC ( &efi_vetoes, "EFIVETO manufacturer is \"%s\"\n", manufacturer );
|
||||
|
||||
/* Unload any vetoed drivers */
|
||||
for ( i = 0 ; i < num_drivers ; i++ ) {
|
||||
|
||||
Reference in New Issue
Block a user