more logging tidying for acl

This commit is contained in:
Simon
2016-06-10 10:57:58 +01:00
parent cb9ec738e1
commit 63584b4a3a
2 changed files with 3 additions and 3 deletions

View File

@@ -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");