From d9c906634caef1128f0976b346c676f5c97032d6 Mon Sep 17 00:00:00 2001
From: ZY <zc857179121@qq.com>
Date: 星期六, 10 五月 2025 15:14:50 +0800
Subject: [PATCH] 123

---
 src/main/java/com/zy/core/netty/handle/ProtectorHandler.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java b/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java
index ec0b43c..a3ac4f2 100644
--- a/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java
+++ b/src/main/java/com/zy/core/netty/handle/ProtectorHandler.java
@@ -1,6 +1,7 @@
 package com.zy.core.netty.handle;
 
 import com.core.common.Cools;
+import com.zy.common.utils.News;
 import com.zy.core.netty.AbstractInboundHandler;
 import com.zy.core.netty.cache.ChannelCache;
 import com.zy.core.netty.domain.ChPackage;
@@ -38,7 +39,7 @@
                 String uuid = ChannelCache.removeChannel(ctx.channel());
                 ctx.close();
                 if (!Cools.isEmpty(uuid)){
-                    log.info("uuid={} 绌洪棽鍓旈櫎", uuid);
+                    News.info("uuid={} 绌洪棽鍓旈櫎", uuid);
                 }
             }
         }
@@ -52,7 +53,7 @@
         String uuid = ChannelCache.removeChannel(ctx.channel());
         ctx.close();
         if (!Cools.isEmpty(uuid)){
-            log.info("閫氶亾 uuid={} 澶卞幓杩炴帴", uuid);
+            News.info("閫氶亾 uuid={} 澶卞幓杩炴帴", uuid);
         }
     }
 

--
Gitblit v1.9.1