Add further logs to message-queue

This commit is contained in:
Luke Parker
2024-01-01 08:53:49 -05:00
parent 8bd2a0fc56
commit fffe89765e
2 changed files with 20 additions and 5 deletions

View File

@@ -563,6 +563,8 @@ async fn run<N: Network, D: Db, Co: Coordinator>(mut raw_db: D, network: N, mut
loop {
let mut txn = raw_db.txn();
log::trace!("new db txn in run");
let mut outer_msg = None;
tokio::select! {