Better io tags handling (#269)

This commit is contained in:
Nikolay Kim 2023-12-14 15:42:19 +06:00 committed by GitHub
parent 6adeadfff0
commit fb1d2a268d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 108 additions and 60 deletions

View file

@ -169,7 +169,7 @@ impl<'f, T: Address> Future for ConnectServiceResponse<'f, T> {
));
self.poll(cx)
} else {
error!("{}TCP connector: got unresolved address", self.tag);
error!("{}: TCP connector: got unresolved address", self.tag);
Poll::Ready(Err(ConnectError::Unresolved))
}
}