Adjust debug levels of device discovery.
[seabios.git] / src / usb-uhci.c
index f666ab7c3d32e4c2bf455bb23fc80f3cc22131a1..4e0c27684abd2a34bb1ad1a03915698aa765502a 100644 (file)
@@ -195,7 +195,7 @@ uhci_init(u16 bdf, int busid)
     cntl->iobase = (pci_config_readl(bdf, PCI_BASE_ADDRESS_4)
                     & PCI_BASE_ADDRESS_IO_MASK);
 
-    dprintf(3, "UHCI init on dev %02x:%02x.%x (io=%x)\n"
+    dprintf(1, "UHCI init on dev %02x:%02x.%x (io=%x)\n"
             , pci_bdf_to_bus(bdf), pci_bdf_to_dev(bdf)
             , pci_bdf_to_fn(bdf), cntl->iobase);