Skip to content

Commit

Permalink
Fix a log typo
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Jun 18, 2023
1 parent 0f0239e commit 4ac1b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-network/src/peer_set/initialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ where
Err(_e @ Elapsed { .. }) => {
info!(
"timeout in spawned accept_inbound_handshake() task: \
inner task should have timeout out already"
inner task should have timed out already"
);
}
});
Expand Down

0 comments on commit 4ac1b33

Please sign in to comment.