mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Fix clippy: uninlined_format_args
Inline the format argument rather than provide it as a parameter. Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
@@ -588,7 +588,7 @@ impl Vm {
|
||||
.validate()
|
||||
.map_err(Error::ConfigValidation)?;
|
||||
|
||||
info!("Booting VM from config: {:?}", config);
|
||||
info!("Booting VM from config: {config:?}");
|
||||
|
||||
// Create NUMA nodes based on NumaConfig.
|
||||
let numa_nodes =
|
||||
|
||||
Reference in New Issue
Block a user