We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b0d51 commit 3ca802bCopy full SHA for 3ca802b
swap-tor/src/lib.rs
@@ -155,7 +155,7 @@ pub struct SocksServerAddress(pub SocketAddr);
155
156
impl SocksServerAddress {
157
pub fn transport(self) -> Socks5Transport {
158
- tracing::debug!("Using SOCKS5 proxy at {self:?}");
+ tracing::debug!("Using SOCKS5 proxy at {:?}", self.0);
159
Socks5Transport(self)
160
}
161
0 commit comments