We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5083bd + 0d90fb6 commit 2372eb4Copy full SHA for 2372eb4
src/main/java/com/splunk/kafka/connect/SplunkSinkTask.java
@@ -313,7 +313,7 @@ private void send(final EventBatch batch) {
313
} catch (Exception ex) {
314
batch.fail();
315
onEventFailure(Arrays.asList(batch), ex);
316
- log.error("failed to send batch {}" ,batch.getUUID(), ex);
+ log.error(String.format("failed to send batch %s", batch.getUUID()), ex);
317
}
318
319
0 commit comments