aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/BenchLocal.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/BenchLocal.java b/tests/BenchLocal.java
index 28ef02b..f8dc6ac 100644
--- a/tests/BenchLocal.java
+++ b/tests/BenchLocal.java
@@ -134,7 +134,7 @@ class BenchLocal {
public void test2bus(String domain,int delay) throws IvyException {
Ivy bus1,bus2;
IAL ial=new IAL();
- System.out.println("starting with delay="+delay+" ms");
+ System.out.println("starting with delay="+delay+" ms between the two starts");
bus1=new Ivy("BUS1","Bus1 ready",ial);
bus2=new Ivy("BUS2","Bus2 ready",ial);
ial.setBusses(bus1,bus2);