mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
chore(rust): correctly format values in errors
This commit is contained in:
parent
347add8998
commit
7737850afb
15 changed files with 54 additions and 62 deletions
|
|
@ -129,7 +129,7 @@ async fn real_main() -> anyhow::Result<()> {
|
|||
}
|
||||
}
|
||||
Err(error) => {
|
||||
error!(error = ?error, "failed to request event target");
|
||||
error!(?error, "failed to request event target");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue