mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +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
|
||||
E: 'a,
|
||||
{
|
||||
log::debug!("{text}: {:?}", error, text = self.text);
|
||||
log::error!("{text}: {:?}", error, text = self.text);
|
||||
Box::pin(async {})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue