DBZ-1007 Log captured but not whitelisted table

This commit is contained in:
Jiri Pechanec 2018-11-26 08:44:56 +01:00 committed by Gunnar Morling
parent 589bbe1be7
commit 73c3a45b71

View File

@ -238,7 +238,7 @@ private ChangeTable[] getCdcTablesToQuery() throws SQLException, InterruptedExce
return true;
}
else {
LOGGER.info("CDC is enabled for table {} but the table is not whitelisted by connector");
LOGGER.info("CDC is enabled for table {} but the table is not whitelisted by connector", changeTable);
return false;
}
})