Skip to content

Commit

Permalink
improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Aug 8, 2024
1 parent 198ca00 commit 08ad9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/src/benches/rpc_interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pub async fn send_and_confirm_bulk_transactions(
.context("get slot afterwards")?;

if after_send_slot - send_slot > 0 {
warn!(
debug!(
"Slot advanced during sending transactions: {} -> {}",
send_slot, after_send_slot
);
Expand Down

0 comments on commit 08ad9c1

Please sign in to comment.