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

Skip to content
Snippets Groups Projects
Commit 63414f03 authored by zab2's avatar zab2
Browse files

Override prepareOutbound() in VerifiedEstablishState

parent c8f22fdf
No related branches found
No related tags found
No related merge requests found
......@@ -790,6 +790,10 @@ class EstablishState {
private static class VerifiedEstablishState extends EstablishState {
@Override public boolean isComplete() { return true; }
@Override public void prepareOutbound() {
Log log =RouterContext.getCurrentContext().logManager().getLog(VerifiedEstablishState.class);
log.warn("prepareOutbound() on verified state, doing nothing!");
}
}
/** @deprecated unused */
......
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