diff --git a/src/main/java/com/ljsd/controller/GetServerListController.java b/src/main/java/com/ljsd/controller/GetServerListController.java index 0f5fb83..5a3e3a8 100644 --- a/src/main/java/com/ljsd/controller/GetServerListController.java +++ b/src/main/java/com/ljsd/controller/GetServerListController.java @@ -53,7 +53,7 @@ public class GetServerListController extends HttpServlet { LOGGER.info("channel0={}",channel); if(channel.equals("QUICK2")){ channel ="QUICK"; - LOGGER.info("channel1={}",channel); + LOGGER.info("=======> channel1={}",channel); } LOGGER.info("channel2={}",channel); if (StringUtils.checkIsEmpty(openId) || StringUtils.checkIsEmpty(channel) ||