mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-17 14:25:52 +01:00
#761 info instead error
This commit is contained in:
parent
c2e7bc13a6
commit
7d5a929b5e
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ namespace transport
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LogPrint (eLogError, "Transports: No NTCP or SSU addresses available");
|
LogPrint (eLogInfo, "Transports: No NTCP or SSU addresses available");
|
||||||
peer.Done ();
|
peer.Done ();
|
||||||
std::unique_lock<std::mutex> l(m_PeersMutex);
|
std::unique_lock<std::mutex> l(m_PeersMutex);
|
||||||
m_Peers.erase (ident);
|
m_Peers.erase (ident);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue