mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 02:44:15 +00:00
remove pedantic log entry
This commit is contained in:
parent
8071df0e68
commit
99b5f1b7b8
@ -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…
x
Reference in New Issue
Block a user