Better log output

This commit is contained in:
Nikolay Kim 2023-09-05 15:21:10 +06:00
parent 996f2afdb7
commit d06fded946

View file

@ -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
);