diff options
Diffstat (limited to 'tests/BenchLocal.java')
-rw-r--r-- | tests/BenchLocal.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/BenchLocal.java b/tests/BenchLocal.java index 6a21599..6c11360 100644 --- a/tests/BenchLocal.java +++ b/tests/BenchLocal.java @@ -19,7 +19,6 @@ */ import gnu.getopt.*; import fr.dgac.ivy.*; -import java.io.*; class BenchLocal { @@ -173,7 +172,7 @@ class BenchLocal { Ivy b; public DIE(Ivy b) {this.b=b; } public void receive(IvyClient client,String[] arg) { - log("received out message"); + log("received out message, b="+b); b.stop(); // I leave the bus } } |