#1524 change log message to make it more clear (#1614)

This commit is contained in:
zhengfang.sun
2020-01-06 16:16:51 +08:00
committed by tiger.yan
parent df5cb6285b
commit e902383c8d
@@ -37,7 +37,7 @@ public final class DDLTraceManager {
DDLTraceInfo info = traceMap.get(sc);
if (info != null) {
info.updateConnectionStatus(mc, status);
LOGGER.info("[DDL][" + info.getId() + "] MySQLConnection status update : id = " + mc.getId() + " " + status);
LOGGER.info("[DDL][" + info.getId() + "] MySQLConnection status update : backendId = " + mc.getId() + " mysqlId = " + mc.getThreadId() + " " + status);
}
}