Skip to content

Commit 12a074b

Browse files
bad logger
1 parent 6708354 commit 12a074b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/src/main/java/org/elasticsearch/repositories/blobstore/ESMockAPIBasedRepositoryIntegTestCase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static void startHttpServer() throws Exception {
8181
httpServer.setExecutor(r -> {
8282
Thread runThread = new Thread(r);
8383
runThread.setUncaughtExceptionHandler((t, e) -> {
84-
log.error("Error in execution on mock http server IO thread", t);
84+
log.error("Error in execution on mock http server IO thread", e);
8585
Thread.currentThread().getUncaughtExceptionHandler().uncaughtException(t, e);
8686
});
8787
runThread.start();

0 commit comments

Comments
 (0)