made the event name more consistent

This commit is contained in:
jrandom
2004-04-30 23:01:35 +00:00
committed by zzz
parent e5ab5d6a5a
commit 1a38271104

View File

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