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

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

log typo

parent 96f7c15e
No related branches found
No related tags found
No related merge requests found
...@@ -323,7 +323,7 @@ public class I2PSocketManagerFull implements I2PSocketManager { ...@@ -323,7 +323,7 @@ public class I2PSocketManagerFull implements I2PSocketManager {
boolean removed = _subsessions.remove(session); boolean removed = _subsessions.remove(session);
if (removed) { if (removed) {
if (_log.shouldLog(Log.WARN)) if (_log.shouldLog(Log.WARN))
_log.warn("Removeed subsession " + session); _log.warn("Removed subsession " + session);
} else { } else {
if (_log.shouldLog(Log.WARN)) if (_log.shouldLog(Log.WARN))
_log.warn("Subsession not found to remove " + session); _log.warn("Subsession not found to remove " + session);
......
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