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

Skip to content
Snippets Groups Projects
Commit 1a382711 authored by jrandom's avatar jrandom Committed by zzz
Browse files

made the event name more consistent

parent e5ab5d6a
No related branches found
No related tags found
No related merge requests found
...@@ -541,7 +541,7 @@ public class I2PTunnel implements Logging, EventDispatcher { ...@@ -541,7 +541,7 @@ public class I2PTunnel implements Logging, EventDispatcher {
} catch (NumberFormatException e) { } catch (NumberFormatException e) {
notifyEvent("read_timeoutResult", "error"); notifyEvent("read_timeoutResult", "error");
} }
notifyEvent("listen_onResult", "ok"); notifyEvent("read_timeoutResult", "ok");
} else { } else {
l.log("read_timeout <msecs>"); l.log("read_timeout <msecs>");
l.log(" sets the read timeout (in milliseconds) for I2P connections\n" l.log(" sets the read timeout (in milliseconds) for I2P connections\n"
......
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