vmm: Fix segment log message formatting

Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
Rob Bradford
2026-04-04 13:30:51 -07:00
parent 93c17cb291
commit 3a5fad22b9

View File

@@ -105,7 +105,7 @@ impl PciSegment {
};
info!(
"Adding PCI segment: id={}, PCI MMIO config address: 0x{:x}, mem32 area [0x{:x}-0x{:x}, mem64 area [0x{:x}-0x{:x}",
"Adding PCI segment: id={}, PCI MMIO config address: 0x{:x}, mem32 area [0x{:x}-0x{:x}], mem64 area [0x{:x}-0x{:x}]",
segment.id,
segment.mmio_config_address,
segment.start_of_mem32_area,