Skip to content

Commit 3ca802b

Browse files
1 parent 05b0d51 commit 3ca802b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swap-tor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ pub struct SocksServerAddress(pub SocketAddr);
155155

156156
impl SocksServerAddress {
157157
pub fn transport(self) -> Socks5Transport {
158-
tracing::debug!("Using SOCKS5 proxy at {self:?}");
158+
tracing::debug!("Using SOCKS5 proxy at {:?}", self.0);
159159
Socks5Transport(self)
160160
}
161161

0 commit comments

Comments
 (0)