Skip to content

Commit

Permalink
Better log output
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Sep 5, 2023
1 parent 996f2af commit d06fded
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ntex-connect/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,9 @@ impl<T: Address> TcpConnectorResponse<T> {
pool: PoolRef,
) -> TcpConnectorResponse<T> {
trace!(
"TCP connector - connecting to {:?} port:{}",
"TCP connector - connecting to {:?} addr:{:?} port:{}",
req.host(),
addr,
port
);

Expand Down

0 comments on commit d06fded

Please sign in to comment.