mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-02 01:45:21 +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:
parent
26d1a76ad9
commit
5e19422fcf
@ -218,7 +218,7 @@ impl fmt::Display for ValidationError {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
InvalidPciSegment(pci_segment) => {
|
InvalidPciSegment(pci_segment) => {
|
||||||
write!(f, "Invalid PCI segment id{}", pci_segment)
|
write!(f, "Invalid PCI segment id: {}", pci_segment)
|
||||||
}
|
}
|
||||||
BalloonLargerThanRam(balloon_size, ram_size) => {
|
BalloonLargerThanRam(balloon_size, ram_size) => {
|
||||||
write!(
|
write!(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user