mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-20 13:59:00 +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
|
update_listener
|
||||||
.for_each_concurrent(None, move |update| async move {
|
.for_each_concurrent(None, move |update| async move {
|
||||||
|
log::trace!("Dispatcher received an update: {:?}", update);
|
||||||
|
|
||||||
let update = match update {
|
let update = match update {
|
||||||
Ok(update) => update,
|
Ok(update) => update,
|
||||||
Err(error) => {
|
Err(error) => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue