log when successfully registered

This commit is contained in:
Daniel Karzel 2021-06-30 18:28:12 +10:00
parent 01bfa93cf7
commit dcf5923d3e
No known key found for this signature in database
GPG key ID: 30C3FC2E438ADB6E

View file

@ -309,6 +309,7 @@ where
continue;
}
tracing::info!("Successfully registered with rendezvous node");
// record re-registration after half the ttl has expired
self.rendezvous_reregister_timestamp = Some(Instant::now() + Duration::from_secs(ttl) / 2);
}