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