Skip to content

Commit d96f070

Browse files
committed
Add debug statement
Signed-off-by: Craig Perkins <[email protected]>
1 parent 0b1601c commit d96f070

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/framework/src/main/java/org/opensearch/transport/AbstractSimpleTransportTestCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2073,6 +2073,7 @@ public void handleResponse(TestResponse response) {
20732073
public void handleException(TransportException exp) {
20742074
logger.debug((Supplier<?>) () -> new ParameterizedMessage("---> received exception for id {}", id), exp);
20752075
allRequestsDone.countDown();
2076+
logger.error("Received TransportException: " + exp);
20762077
Throwable unwrap = ExceptionsHelper.unwrap(exp, IOException.class);
20772078
assertNotNull(unwrap);
20782079
assertEquals(IOException.class, unwrap.getClass());

0 commit comments

Comments
 (0)