vmm: Move logging output for the debug (0x80) port to info!()

This makes it much easier to use since the info!() level produces far
fewer messages and thus has less overhead.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2021-10-26 16:11:32 +01:00
parent 1c2ab3e771
commit beb0c0707f

View File

@ -372,7 +372,7 @@ impl VmOps {
fn log_debug_ioport(&self, code: u8) {
let elapsed = self.timestamp.elapsed();
debug!(
info!(
"[{} code 0x{:x}] {}.{:>06} seconds",
DebugIoPortRange::from_u8(code),
code,