Skip to content

Commit 7d995db

Browse files
committed
chore: fix log
1 parent 1c595ad commit 7d995db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testnet/stacks-node/src/event_dispatcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ impl EventObserver {
460460
warn!(
461461
"Event dispatcher: connection or request failed to {}:{} - {:?}",
462462
&host, &port, err;
463-
"backoff" => backoff,
463+
"backoff" => ?backoff,
464464
"attempts" => attempts
465465
);
466466
}

0 commit comments

Comments
 (0)