From 7e55f4cb1b6537db8622829d825288accf16b5d9 Mon Sep 17 00:00:00 2001 From: YuanHongbin <975559679@qq.com> Date: Fri, 5 Jun 2026 11:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8D=B0=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DebugCmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DebugCmd.c b/DebugCmd.c index 38edcc3..35429ae 100644 --- a/DebugCmd.c +++ b/DebugCmd.c @@ -643,7 +643,7 @@ void DebugCmdLsExclCommUnit(int argc, char *argv[]) for(int i = 0; i < COMMUNIT_NUM_MAX; i++) { if(GateWay->ConfigPara.ExclCommUnit[i].ExclFlag == true) { CUCnt++; - DBG_LOG("DevMac: %02X-%02X-%02X-%02X-%02X-%02X\r\n", + DBG_LOG("Exclude DevMac: %02X-%02X-%02X-%02X-%02X-%02X\r\n", GateWay->ConfigPara.ExclCommUnit[i].ExclMac[0], GateWay->ConfigPara.ExclCommUnit[i].ExclMac[1], GateWay->ConfigPara.ExclCommUnit[i].ExclMac[2],