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],