mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 23:57:38 +01:00
Use log::error in LoggingErrorHandler
This commit is contained in:
parent
868f39c2e8
commit
ca9af25f92
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ where
|
||||||
where
|
where
|
||||||
E: 'a,
|
E: 'a,
|
||||||
{
|
{
|
||||||
log::debug!("{text}: {:?}", error, text = self.text);
|
log::error!("{text}: {:?}", error, text = self.text);
|
||||||
Box::pin(async {})
|
Box::pin(async {})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue