i2ptunnel: Add log message on reconnect

This commit is contained in:
zzz
2022-05-14 08:58:58 -04:00
parent b36ed7de1a
commit 52958b95d5

View File

@@ -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";