1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

del duplicate blank

This commit is contained in:
mengxiangrui003 2018-12-12 21:53:02 +08:00
parent 94f3de3b36
commit fa29783cff

View File

@ -126,8 +126,7 @@ public class NacosContextRefresher
applicationContext.publishEvent( applicationContext.publishEvent(
new RefreshEvent(this, null, "Refresh Nacos config")); new RefreshEvent(this, null, "Refresh Nacos config"));
if (LOGGER.isDebugEnabled()) { if (LOGGER.isDebugEnabled()) {
LOGGER.debug("Refresh Nacos config group[[]] dataId[]", group, LOGGER.debug("Refresh Nacos config group{},dataId{}", group, dataId);
dataId);
} }
} }