mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-05 05:47:40 +03:00
Better log output
This commit is contained in:
parent
996f2afdb7
commit
d06fded946
1 changed files with 2 additions and 1 deletions
|
@ -158,8 +158,9 @@ impl<T: Address> TcpConnectorResponse<T> {
|
||||||
pool: PoolRef,
|
pool: PoolRef,
|
||||||
) -> TcpConnectorResponse<T> {
|
) -> TcpConnectorResponse<T> {
|
||||||
trace!(
|
trace!(
|
||||||
"TCP connector - connecting to {:?} port:{}",
|
"TCP connector - connecting to {:?} addr:{:?} port:{}",
|
||||||
req.host(),
|
req.host(),
|
||||||
|
addr,
|
||||||
port
|
port
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue