diff options
Diffstat (limited to 'java/test/Ice/hold/HoldI.java')
-rw-r--r-- | java/test/Ice/hold/HoldI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/hold/HoldI.java b/java/test/Ice/hold/HoldI.java index 2a2cddfc726..00a80469bbc 100644 --- a/java/test/Ice/hold/HoldI.java +++ b/java/test/Ice/hold/HoldI.java @@ -111,7 +111,7 @@ public final class HoldI extends _HoldDisp { if(_last != expected) { - System.err.println("_last = " + _last + " expected = " + expected); + System.err.println("_last = " + _last + " expected = " + expected + " value = " + value); _adapter.getCommunicator().shutdown(); test(false); } |