Skip to content

Commit

Permalink
fix: changing log level
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberb committed Mar 28, 2024
1 parent 71924b1 commit 942e25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/topos-certificate-spammer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ pub async fn run(
// [rand::random::<usize>() % target_nodes.len()];

for connection in &target_node_connections[&cert.source_subnet_id] {
debug!(
info!(
"Sending certificate {cert:?} to target node {}",
connection.address
);
Expand Down

0 comments on commit 942e25c

Please sign in to comment.