diff --git a/vmm/src/vm.rs b/vmm/src/vm.rs index 796079880..dc95179ac 100644 --- a/vmm/src/vm.rs +++ b/vmm/src/vm.rs @@ -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 =