DBZ-3664 Fix formatting

This commit is contained in:
Chris Cranford 2021-06-28 02:57:33 -04:00
parent 3d30b7371f
commit d5d1ca8db2

View File

@ -474,7 +474,8 @@ else if (currentBatchSize > batchSizeMin) {
if (currentBatchSize == batchSizeMax) {
if (!lobEnabled) {
LOGGER.info("The connector is now using the maximum batch size {} when querying the LogMiner view. This could be indicative of large SCN gaps", currentBatchSize);
LOGGER.info("The connector is now using the maximum batch size {} when querying the LogMiner view. This could be indicative of large SCN gaps",
currentBatchSize);
}
else {
LOGGER.debug("The connector is now using the maximum batch size {} when querying the LogMiner view.", currentBatchSize);