mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: config: Fix PCI segment validation error format string
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -218,7 +218,7 @@ impl fmt::Display for ValidationError {
|
||||
)
|
||||
}
|
||||
InvalidPciSegment(pci_segment) => {
|
||||
write!(f, "Invalid PCI segment id{}", pci_segment)
|
||||
write!(f, "Invalid PCI segment id: {}", pci_segment)
|
||||
}
|
||||
BalloonLargerThanRam(balloon_size, ram_size) => {
|
||||
write!(
|
||||
|
||||
Reference in New Issue
Block a user