mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
little fixes 4
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user