mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Fix segment log message formatting
Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user