diff --git a/devices/src/ioapic.rs b/devices/src/ioapic.rs index 07b36b653..7adbe4f66 100644 --- a/devices/src/ioapic.rs +++ b/devices/src/ioapic.rs @@ -418,7 +418,7 @@ impl InterruptController for Ioapic { self.interrupt_source_group .trigger(irq as InterruptIndex) .map_err(Error::TriggerInterrupt)?; - debug!("Interrupt {irq} successfully delivered"); + trace!("Interrupt {irq} successfully delivered"); // If trigger mode is level sensitive, set the Remote IRR bit. // It will be cleared when the EOI is received.