DBZ-4861: change log for schema snapshot postgres

Update debezium-connector-postgres/src/main/java/io/debezium/connector/postgresql/PostgresSnapshotChangeEventSource.java
This commit is contained in:
Clément Loiselet 2022-03-15 11:14:15 +01:00 committed by Gunnar Morling
parent e233220ef9
commit ba33e483ae

View File

@ -189,7 +189,7 @@ protected void readTableStructure(ChangeEventSourceContext sourceContext,
throw new InterruptedException("Interrupted while reading structure of schema " + schema);
}
LOGGER.info("Reading structure of schema '{}'", snapshotContext.catalogName);
LOGGER.info("Reading structure of schema '{}' of catalog '{}'", schema, snapshotContext.catalogName);
jdbcConnection.readSchema(
snapshotContext.tables,
snapshotContext.catalogName,