more logging

This commit is contained in:
Eugene Pankov 2022-11-08 11:48:29 +01:00
parent 022900be5a
commit 6beb423efb
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -397,7 +397,7 @@ impl RemoteClient {
{
Ok(address) => address,
Err(error) => {
error!(?error, "Cannot resolve target address");
error!(?error, address=%address_str, "Cannot resolve target address");
self.set_disconnected();
return Err(error);
}