mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-09 08:23:52 +00:00
more logging tidying for acl
This commit is contained in:
parent
cb9ec738e1
commit
63584b4a3a
2 changed files with 3 additions and 3 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue