diff options
author | jestin | 2005-11-22 12:15:22 +0000 |
---|---|---|
committer | jestin | 2005-11-22 12:15:22 +0000 |
commit | fc1c75268e41976e28b5cc0800114f6102a39f13 (patch) | |
tree | fe803f4506016b20ae332d1294f4247fefc4f0a1 /tests/BenchLocal.java | |
parent | ab5311fc62b84a8650212d214ebafcef0754bf5f (diff) | |
download | ivy-java-fc1c75268e41976e28b5cc0800114f6102a39f13.zip ivy-java-fc1c75268e41976e28b5cc0800114f6102a39f13.tar.gz ivy-java-fc1c75268e41976e28b5cc0800114f6102a39f13.tar.bz2 ivy-java-fc1c75268e41976e28b5cc0800114f6102a39f13.tar.xz |
minor compatibility fixes
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 } } |