Change debug out, test case

This commit is contained in:
Dominik Werder
2025-05-29 06:41:23 +02:00
parent f16353f21f
commit 1ddf18276f
4 changed files with 160 additions and 43 deletions
+1 -1
View File
@@ -658,7 +658,7 @@ impl Stream for FindIocStream {
// Already answered from another target
//trace!("bid {bid:?} from batch send queue not in flight AND all done");
} else {
warn!("bid {bid:?} from batch send queue not in flight NOT done");
warn!("bid {:?} from batch send queue not in flight NOT done", bid);
}
have_progress = true;
}