DBZ-1457 Fix typo

This commit is contained in:
Renato Mefi 2019-09-03 20:40:05 +02:00 committed by Gunnar Morling
parent 3215a3ce0a
commit c8c4266e34

View File

@ -67,7 +67,7 @@ public PostgresStreamingChangeEventSource(PostgresConnectorConfig connectorConfi
@Override
public void execute(ChangeEventSourceContext context) throws InterruptedException {
if (!snapshotter.shouldStream()) {
LOGGER.info("Streaming is not enabled in currect configuration");
LOGGER.info("Streaming is not enabled in correct configuration");
return;
}