Wizard: Warn if trying to start NDT twice

This commit is contained in:
zzz
2018-11-15 17:53:50 +00:00
parent 54a1609760
commit bdbadcd8af

View File

@ -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");
}
}