Skip to content

Commit 16945bd

Browse files
authored
Merge branch 'splunk:develop' into develop
2 parents e9d1ad2 + 2372eb4 commit 16945bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/splunk/kafka/connect/SplunkSinkTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ private void send(final EventBatch batch) {
313313
} catch (Exception ex) {
314314
batch.fail();
315315
onEventFailure(Arrays.asList(batch), ex);
316-
log.error("failed to send batch {}" ,batch.getUUID(), ex);
316+
log.error(String.format("failed to send batch %s", batch.getUUID()), ex);
317317
}
318318
}
319319

test/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pytest
22
requests == 2.28.2
33
kafka-python
4-
pyyaml == 5.4.1
4+
pyyaml == 5.3.1
55
jinja2
66
jsonpath

0 commit comments

Comments
 (0)