mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Add log::trace to Dispatcher
This commit is contained in:
parent
01645a2c5a
commit
868f39c2e8
1 changed files with 2 additions and 0 deletions
|
@ -230,6 +230,8 @@ where
|
|||
|
||||
update_listener
|
||||
.for_each_concurrent(None, move |update| async move {
|
||||
log::trace!("Dispatcher received an update: {:?}", update);
|
||||
|
||||
let update = match update {
|
||||
Ok(update) => update,
|
||||
Err(error) => {
|
||||
|
|
Loading…
Reference in a new issue