diff --git a/crates/auto_update_helper/src/updater.rs b/crates/auto_update_helper/src/updater.rs index f741f0eaff253a189a7ca2f592fa628364236d63..2acd9cee3a3df9634cb384311a204be4eec88538 100644 --- a/crates/auto_update_helper/src/updater.rs +++ b/crates/auto_update_helper/src/updater.rs @@ -197,7 +197,7 @@ pub(crate) fn perform_update(app_dir: &Path, hwnd: Option, launch: bool) break; } - log::error!("Operation failed: {}", err); + log::error!("Operation failed: {} ({:?})", err, io_err.kind()); std::thread::sleep(Duration::from_millis(50)); } }