mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-19 00:31:24 +01:00
switch all error logs to using *_err macros
This commit is contained in:
parent
d28135f7ca
commit
a3448b5c84
29 changed files with 145 additions and 153 deletions
|
|
@ -17,7 +17,6 @@ pub(crate) use tracing::Instrument;
|
|||
///
|
||||
/// The `parent:` and `target:` arguments from the original macro are not
|
||||
/// supported.
|
||||
#[allow(unused)]
|
||||
macro_rules! event_err {
|
||||
($level:expr, $error:expr, $($rest:tt)+) => {
|
||||
::tracing::event!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue