Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 194ba4a

Browse files
authored
Merge pull request #310 from vedrankolka/main
Fixed log message to say "start" when starting
2 parents 67daab3 + caa79a2 commit 194ba4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/aiven/kafka/connect/s3/AivenKafkaConnectS3SinkConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public List<Map<String, String>> taskConfigs(final int maxTasks) {
6565
public void start(final Map<String, String> properties) {
6666
Objects.requireNonNull(properties, "properties haven't been set");
6767
configProperties = Map.copyOf(properties);
68-
LOGGER.info("Stop S3 connector");
68+
LOGGER.info("Start S3 connector");
6969
}
7070

7171
@Override

0 commit comments

Comments
 (0)