mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
more logging tidying for acl
This commit is contained in:
@@ -313,7 +313,7 @@ int CMMDVMHost::run()
|
||||
if (dstIDWhiteListSlot1.size() > 0U)
|
||||
LogInfo(" Slot 1 Destination ID White List: %u entries", dstIDWhiteListSlot1.size());
|
||||
if (dstIDWhiteListSlot2.size() > 0U)
|
||||
LogInfo(" Slot 1 Destination ID White List: %u entries", dstIDWhiteListSlot2.size());
|
||||
LogInfo(" Slot 2 Destination ID White List: %u entries", dstIDWhiteListSlot2.size());
|
||||
|
||||
LogInfo(" Timeout: %us", timeout);
|
||||
LogInfo(" Lookup File: %s", lookupFile.length() > 0U ? lookupFile.c_str() : "None");
|
||||
|
||||
Reference in New Issue
Block a user