mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
* tune log messages
This commit is contained in:
parent
a973630cb4
commit
646778227a
6 changed files with 12 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue