diff --git a/src/bin/proxmox-restore-daemon.rs b/src/bin/proxmox-restore-daemon.rs index 50f58d78..f97bef36 100644 --- a/src/bin/proxmox-restore-daemon.rs +++ b/src/bin/proxmox-restore-daemon.rs @@ -53,7 +53,8 @@ fn main() -> Result<(), Error> { .format_timestamp_millis() .init(); - setup_system_env()?; + info!("setup basic system environment..."); + setup_system_env().map_err(|err| format_err!("system environment setup failed: {}", err))?; // scan all attached disks now, before starting the API // this will panic and stop the VM if anything goes wrong