aboutsummaryrefslogtreecommitdiff
path: root/tests/SendNow.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SendNow.java')
-rw-r--r--tests/SendNow.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SendNow.java b/tests/SendNow.java
index 093ee19..739bc41 100644
--- a/tests/SendNow.java
+++ b/tests/SendNow.java
@@ -49,7 +49,7 @@ public class SendNow {
// else is joining the bus
// we could add something at the JVM level, but it's no use for inter
// process anyway. 200ms before close + lock is long enough
- System.out.println("race condition: the Receiver has not received our message, quitting anyway");
+ System.out.println("the Receiver has not received our message, quitting anyway");
System.exit(-1);
}
} catch (IvyException ie) {