I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit 52958b95 authored by zzz's avatar zzz
Browse files

i2ptunnel: Add log message on reconnect

parent b36ed7de
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment