mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 16:25:45 +08:00
Logging at blacklist and whitelist initiation
This commit is contained in:
@@ -303,8 +303,18 @@ int CMMDVMHost::run()
|
||||
LogInfo(" Color Code: %u", colorCode);
|
||||
LogInfo(" Self Only: %s", selfOnly ? "yes" : "no");
|
||||
LogInfo(" Prefixes: %u", prefixes.size());
|
||||
|
||||
if (blackList.size() > 0U)
|
||||
LogInfo(" Black List: %u", blackList.size());
|
||||
if (dstIDBlackListSlot1.size() > 0U)
|
||||
LogInfo(" Slot 1 Destination ID Black List: %u", dstIDBlackListSlot1.size());
|
||||
if (dstIDBlackListSlot2.size() > 0U)
|
||||
LogInfo(" Slot 2 Destination ID Black List: %u", dstIDBlackListSlot2.size());
|
||||
if (dstIDWhiteListSlot1.size() > 0U)
|
||||
LogInfo(" Slot 1 Destination ID White List: %u", dstIDWhiteListSlot1.size());
|
||||
if (dstIDWhiteListSlot2.size() > 0U)
|
||||
LogInfo(" Slot 1 Destination ID Black List: %u", dstIDWhiteListSlot2.size());
|
||||
|
||||
LogInfo(" Timeout: %us", timeout);
|
||||
LogInfo(" Lookup File: %s", lookupFile.length() > 0U ? lookupFile.c_str() : "None");
|
||||
LogInfo(" TX Hang: %us", txHang);
|
||||
|
||||
Reference in New Issue
Block a user