зеркало из https://github.com/mozilla/fxrecord.git
Use Display and Debug for error logging in runner
This commit is contained in:
Родитель
ca95936f10
Коммит
f64d4b2852
|
@ -102,7 +102,7 @@ where
|
|||
assert!(firefox_bin.is_file_async().await);
|
||||
|
||||
if let Err(e) = self.disable_updates(&session_info).await {
|
||||
error!(self.log, "Could not disable updates for downloaded Firefox"; "error" => ?e);
|
||||
error!(self.log, "Could not disable updates for downloaded Firefox"; "error" => %e);
|
||||
self.send(DisableUpdates {
|
||||
result: Err(e.into_error_message()),
|
||||
})
|
||||
|
|
Загрузка…
Ссылка в новой задаче