forked from I2P_Developers/i2p.i2p
i2ptunnel: Add log message on reconnect
This commit is contained in:
@@ -667,6 +667,7 @@ public class I2PTunnelServer extends I2PTunnelTask implements Runnable {
|
||||
} catch (InterruptedException ie) {}
|
||||
// This should be the same as before, but we have to call getServerSocket()
|
||||
// so sockMgr will call ConnectionManager.setAllowIncomingConnections(true) again
|
||||
_log.logAlways(Log.WARN, "Reconnecting to router after restart");
|
||||
i2pss = sockMgr.getServerSocket();
|
||||
} catch (I2PException ipe) {
|
||||
String s = "Error accepting - KILLING THE TUNNEL SERVER";
|
||||
|
||||
Reference in New Issue
Block a user