Fixup Sonar issues
[controller.git] / benchmark / ntfbenchmark / src / main / java / ntfbenchmark / impl / NtfbenchmarkProvider.java
index acd5af61436a9be62f886e8e1fdfa6372c286c6a..5509eb047dcca19209fd03064d94c2eaaf06d4e7 100644 (file)
@@ -114,7 +114,7 @@ public final class NtfbenchmarkProvider implements AutoCloseable, NtfbenchmarkSe
                     listenerRegistration.getInstance().getAllDone().get();
                 }
             } catch (final InterruptedException | ExecutionException e) {
-                LOG.error("Out of time: test did not finish within the {} min deadline ", TEST_TIMEOUT);
+                LOG.error("Out of time: test did not finish within the {} min deadline ", TEST_TIMEOUT, e);
             }
 
             final long producerEndTime = System.nanoTime();