diff options
| author | Michael Brown | 2005-04-16 12:04:56 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-16 12:04:56 +0200 |
| commit | ed7b9109bea595f18bc43142f00f7b4dd9782772 (patch) | |
| tree | 451cee134a1ba4b5872824d55938167914fdcbff /src/drivers/bus/pci.c | |
| parent | Improved debug messages. (diff) | |
| download | ipxe-ed7b9109bea595f18bc43142f00f7b4dd9782772.tar.gz ipxe-ed7b9109bea595f18bc43142f00f7b4dd9782772.tar.xz ipxe-ed7b9109bea595f18bc43142f00f7b4dd9782772.zip | |
Made debug messages more consistent.
Diffstat (limited to 'src/drivers/bus/pci.c')
| -rw-r--r-- | src/drivers/bus/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/bus/pci.c b/src/drivers/bus/pci.c index 163204d07..4b34454c1 100644 --- a/src/drivers/bus/pci.c +++ b/src/drivers/bus/pci.c @@ -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; } |
