diff --git a/proxmox-backup-client/src/main.rs b/proxmox-backup-client/src/main.rs index 1a13291a..9b680f62 100644 --- a/proxmox-backup-client/src/main.rs +++ b/proxmox-backup-client/src/main.rs @@ -1453,7 +1453,7 @@ async fn restore( }, options, ) - .map_err(|err| format_err!("error extracting archive - {}", err))?; + .map_err(|err| format_err!("error extracting archive - {:#}", err))?; } else { let mut writer = std::fs::OpenOptions::new() .write(true)