diff --git a/ntex-connect/src/service.rs b/ntex-connect/src/service.rs index e2273344..74839b50 100644 --- a/ntex-connect/src/service.rs +++ b/ntex-connect/src/service.rs @@ -158,8 +158,9 @@ impl TcpConnectorResponse { pool: PoolRef, ) -> TcpConnectorResponse { trace!( - "TCP connector - connecting to {:?} port:{}", + "TCP connector - connecting to {:?} addr:{:?} port:{}", req.host(), + addr, port );