log statement

This commit is contained in:
Daniel Karzel 2021-06-11 16:41:00 +10:00
parent e245d0dc2d
commit e6818f9dee
No known key found for this signature in database
GPG Key ID: 30C3FC2E438ADB6E

View File

@ -83,6 +83,9 @@ impl AuthenticatedConnectionExt for AuthenticatedConn<tokio::net::TcpStream, Asy
onion_port: u16,
local_port: u16,
) -> Result<(), Error> {
println!("Setting up ephermeral service, onion port {}, local port {}", onion_port, local_port);
self.add_onion_v3(
&key,
false,