mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
* tune logs
This commit is contained in:
parent
cd549937c5
commit
05043f30dc
11 changed files with 70 additions and 73 deletions
|
@ -203,7 +203,7 @@ namespace tunnel
|
|||
{
|
||||
for (auto it: m_Tests)
|
||||
{
|
||||
LogPrint (eLogWarning, "Tunnels: test of ", (int)it.first, " failed");
|
||||
LogPrint (eLogWarning, "Tunnels: test of tunnel ", it.first, " failed");
|
||||
// if test failed again with another tunnel we consider it failed
|
||||
if (it.second.first)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue