diff --git a/cloud-hypervisor/src/main.rs b/cloud-hypervisor/src/main.rs index b4d2bdf53..80cd50291 100644 --- a/cloud-hypervisor/src/main.rs +++ b/cloud-hypervisor/src/main.rs @@ -595,6 +595,8 @@ fn start_vmm(cmd_arguments: &ArgMatches) -> Result, Error> { } } + info!("{} starting", env!("BUILD_VERSION")); + let hypervisor = hypervisor::new().map_err(Error::CreateHypervisor)?; #[cfg(feature = "guest_debug")]