More debug output

This commit is contained in:
Tony Garnock-Jones 2021-10-05 19:10:30 +02:00
parent 280d938cc0
commit 9af31cfaad
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ impl Entity<Protocol> for Supervisor
} else {
self.config.pause_time
};
tracing::trace!(?wait_time, "sleeping");
t.after(wait_time, move |t| {
tracing::trace!("Sending retry trigger");
t.message(&self_ref, Protocol::Retry);