mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +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,
|
||||
) -> TcpConnectorResponse<T> {
|
||||
trace!(
|
||||
"TCP connector - connecting to {:?} port:{}",
|
||||
"TCP connector - connecting to {:?} addr:{:?} port:{}",
|
||||
req.host(),
|
||||
addr,
|
||||
port
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue