fix typo in trace log (#1738)

This commit is contained in:
Jet
2019-04-24 09:57:05 +08:00
committed by agapple
parent 3165cb9640
commit e94ee64316
@@ -436,7 +436,7 @@ public class ESSyncService {
Object idVal = esTemplate.getESDataFromDmlData(mapping, data, esFieldData);
if (logger.isTraceEnabled()) {
logger.trace("Single table insert ot es index, destination:{}, table: {}, index: {}, id: {}",
logger.trace("Single table insert to es index, destination:{}, table: {}, index: {}, id: {}",
config.getDestination(),
dml.getTable(),
mapping.get_index(),