mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 01:22:37 +03:00
Made debug messages more consistent.
This commit is contained in:
@@ -180,9 +180,9 @@ int find_pci_device ( struct pci_device *pci,
|
||||
}
|
||||
}
|
||||
} while ( ++pci->busdevfn );
|
||||
DBG ( "PCI failed to find device matching driver %s\n", driver->name );
|
||||
|
||||
/* No device found */
|
||||
DBG ( "PCI found no device matching driver %s\n", driver->name );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user