Skip to content

Commit

Permalink
fix log typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Congyuwang committed Oct 30, 2023
1 parent 58e3093 commit 9d660f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ fn connect_to_addr<
);
}
Err(error) => {
tracing::warn!("error connecting tp addr={addr}: {error}");
tracing::warn!("error connecting to addr={addr}: {error}");
let _ = on_conn(ConnState::OnConnectError { addr, error });
}
}
Expand Down

0 comments on commit 9d660f0

Please sign in to comment.