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

Skip to content
Snippets Groups Projects
Commit 578d656f authored by zzz's avatar zzz
Browse files

change port change message from error to info

parent c97e72d0
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,7 @@ class UDPEndpoint { ...@@ -123,7 +123,7 @@ class UDPEndpoint {
if (_listenPort > 0) if (_listenPort > 0)
_log.error("SSU Unable to bind to requested port " + _listenPort + ", using random port " + port); _log.error("SSU Unable to bind to requested port " + _listenPort + ", using random port " + port);
else else
_log.error("SSU selected random port " + port); _log.logAlways(Log.INFO, "UDP selected random port " + port);
} }
_listenPort = port; _listenPort = port;
return socket; return socket;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment