adjust comments

This commit is contained in:
John Smith 2022-08-25 19:29:39 -04:00
parent 1bd22bf6ba
commit f83e1d2680

View File

@ -1761,8 +1761,8 @@ impl NetworkManager {
} else { } else {
let inner = self.inner.lock(); let inner = self.inner.lock();
warn!("Public address may have changed. Restarting the server may be required."); warn!("Public address may have changed. Restarting the server may be required.");
info!("report_global_socket_address\nsocket_address: {:#?}\nconnection_descriptor: {:#?}\nreporting_peer: {:#?}", socket_address, connection_descriptor, reporting_peer); warn!("report_global_socket_address\nsocket_address: {:#?}\nconnection_descriptor: {:#?}\nreporting_peer: {:#?}", socket_address, connection_descriptor, reporting_peer);
info!( warn!(
"public_address_check_cache: {:#?}", "public_address_check_cache: {:#?}",
inner.public_address_check_cache inner.public_address_check_cache
); );