diff --git a/drivers/usb/xhcid/src/xhci/irq_reactor.rs b/drivers/usb/xhcid/src/xhci/irq_reactor.rs index fb249fc1d8..2079caa493 100644 --- a/drivers/usb/xhcid/src/xhci/irq_reactor.rs +++ b/drivers/usb/xhcid/src/xhci/irq_reactor.rs @@ -128,7 +128,7 @@ impl IrqReactor { std::thread::sleep(std::time::Duration::from_millis(2)); } fn run_polling(mut self) -> ! { - debug!("Running IRQ reactor in polling mode."); + log::info!("Running IRQ reactor in polling mode."); let hci_clone = Arc::clone(&self.hci); let mut event_trb_index = { @@ -180,7 +180,7 @@ impl IrqReactor { } fn run_with_irq_file(mut self) -> ! { - debug!("Running IRQ reactor with IRQ file and event queue"); + log::info!("Running IRQ reactor with IRQ file and event queue"); let hci_clone = Arc::clone(&self.hci); let event_queue =