Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Jun 24, 2024
1 parent 595349d commit 261bd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qos_net/src/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ impl server::RequestProcessor for Proxy {
dns_resolvers,
dns_port,
)
},
}
ProxyMsg::ConnectByIpRequest { ip, port } => {
println!("Proxy connecting to {ip}:{port}");
self.connect_by_ip(ip, port)
Expand Down

0 comments on commit 261bd77

Please sign in to comment.