DBZ-1911 Formatting; adding Nayana Hettiarachchi to authors list

This commit is contained in:
Gunnar Morling 2020-03-31 13:37:54 +02:00
parent 2c6e33ac76
commit 3d58d6cf32
2 changed files with 2 additions and 1 deletions

View File

@ -117,6 +117,7 @@ Mincong Huang
Moira Tagle
Muhammad Sufyian
Navdeep Agarwal
Nayana Hettiarachchi
Nikhil Benesch
Olavi Mustanoja
Omar Al-Safi

View File

@ -94,7 +94,7 @@ public ChangeEventSourceCoordinator start(Configuration config) {
throw new ConnectException(msg);
}
logger.info("The db-history topic is missing but we are in {} snapshot mode. " +
"Attempting to snapshot the current schema and then begin reading the binlog from the last recorded offset.",
"Attempting to snapshot the current schema and then begin reading the binlog from the last recorded offset.",
SnapshotMode.SCHEMA_ONLY_RECOVERY);
}
else {