Skip to content

Commit

Permalink
chore: fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
obycode committed Oct 17, 2024
1 parent 1c595ad commit 7d995db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnet/stacks-node/src/event_dispatcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ impl EventObserver {
warn!(
"Event dispatcher: connection or request failed to {}:{} - {:?}",
&host, &port, err;
"backoff" => backoff,
"backoff" => ?backoff,
"attempts" => attempts
);
}
Expand Down

0 comments on commit 7d995db

Please sign in to comment.