little fixes 4

This commit is contained in:
2024-06-21 23:43:27 +02:00
parent 337b707c34
commit edfc6edd43

View File

@@ -49,7 +49,7 @@ public class RemoteHostManager {
return !s.getState().equals(TransientPeersStateData.TransientPeerState.ConnectionState.REACHABLE);
});
if (shouldTry) {
Log.info("Trying to connect to " + host);
Log.info("Trying to connect to " + host.getName());
if (reachable(host)) {
Log.info("Connected to " + host);
handleConnectionSuccess(host.getName());