From 2947127f329f0d1a89d117c89e42c64b29051956 Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Tue, 16 Aug 2022 08:40:45 +0800 Subject: [PATCH] Client work parameter text change --- .../java/cn/hippo4j/springboot/starter/core/ClientWorker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hippo4j-spring-boot/hippo4j-spring-boot-starter/src/main/java/cn/hippo4j/springboot/starter/core/ClientWorker.java b/hippo4j-spring-boot/hippo4j-spring-boot-starter/src/main/java/cn/hippo4j/springboot/starter/core/ClientWorker.java index 2e945da9..bc388239 100644 --- a/hippo4j-spring-boot/hippo4j-spring-boot-starter/src/main/java/cn/hippo4j/springboot/starter/core/ClientWorker.java +++ b/hippo4j-spring-boot/hippo4j-spring-boot-starter/src/main/java/cn/hippo4j/springboot/starter/core/ClientWorker.java @@ -209,7 +209,7 @@ public class ClientWorker { if (keyArr.length == 3) { String tenant = keyArr[2]; updateList.add(GroupKey.getKeyTenant(dataId, group, tenant)); - log.info("Refresh thread pool changed. [{}]", dataId); + log.info("[{}] Refresh thread pool changed.", dataId); } else { log.error("[{}] Polling resp invalid dataIdAndGroup error.", dataIdAndGroup); }