diff --git a/apps/routerconsole/java/src/edu/internet2/ndt/Tcpbw100.java b/apps/routerconsole/java/src/edu/internet2/ndt/Tcpbw100.java index 868e7e5e702d612af69d1ce5d2eaa7eddb39fbb7..70fecd363451a227cc2c098ba8b22116c495843e 100644 --- a/apps/routerconsole/java/src/edu/internet2/ndt/Tcpbw100.java +++ b/apps/routerconsole/java/src/edu/internet2/ndt/Tcpbw100.java @@ -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"); } }