Browse Source

remove pedantic log entry

pull/739/head
Jeff 8 years ago committed by Jeff Becker
parent
commit
99b5f1b7b8
  1. 3
      Datagram.cpp

3
Datagram.cpp

@ -243,9 +243,6 @@ namespace datagram @@ -243,9 +243,6 @@ namespace datagram
if (sz) {
auto idx = rand() % sz;
m_CurrentRemoteLease = ls[idx];
} else {
// no more leases, bail
LogPrint(eLogWarning, "DatagramSession: no more valid remote leases to ", m_RemoteIdent.ToBase32());
}
} else {
// no remote lease set?

Loading…
Cancel
Save