adjust comments
This commit is contained in:
parent
1bd22bf6ba
commit
f83e1d2680
@ -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
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user