mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-23 05:47:17 +01:00
remove pedantic log entry
This commit is contained in:
parent
ebc24cee55
commit
08001ba373
|
@ -243,9 +243,6 @@ namespace datagram
|
||||||
if (sz) {
|
if (sz) {
|
||||||
auto idx = rand() % sz;
|
auto idx = rand() % sz;
|
||||||
m_CurrentRemoteLease = ls[idx];
|
m_CurrentRemoteLease = ls[idx];
|
||||||
} else {
|
|
||||||
// no more leases, bail
|
|
||||||
LogPrint(eLogWarning, "DatagramSession: no more valid remote leases to ", m_RemoteIdent.ToBase32());
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// no remote lease set?
|
// no remote lease set?
|
||||||
|
|
Loading…
Reference in a new issue