forked from I2P_Developers/i2p.i2p
Wizard: Warn if trying to start NDT twice
This commit is contained in:
@ -602,6 +602,8 @@ public class Tcpbw100 extends JApplet implements ActionListener {
|
||||
} finally {
|
||||
_bTestInProgress.set(false);
|
||||
}
|
||||
} else {
|
||||
_log.warn("Test in progress, not running another one");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user