* tune log messages

This commit is contained in:
hagen 2016-06-27 13:00:00 +00:00
parent a973630cb4
commit 646778227a
6 changed files with 12 additions and 12 deletions

View file

@ -671,7 +671,7 @@ namespace data
if (!replyMsg)
{
LogPrint (eLogWarning, "NetDb: Requested ", key, " not found. ", numExcluded, " excluded");
LogPrint (eLogWarning, "NetDb: Requested ", key, " not found, ", numExcluded, " peers excluded");
// find or cleate response
std::vector<IdentHash> closestFloodfills;
bool found = false;