summaryrefslogtreecommitdiffstats
path: root/src/drivers/bus/pci.c
diff options
context:
space:
mode:
authorMichael Brown2005-04-16 12:04:56 +0200
committerMichael Brown2005-04-16 12:04:56 +0200
commited7b9109bea595f18bc43142f00f7b4dd9782772 (patch)
tree451cee134a1ba4b5872824d55938167914fdcbff /src/drivers/bus/pci.c
parentImproved debug messages. (diff)
downloadipxe-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.c2
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;
}