Browse Source

don't flood if older

pull/557/head
Jeff Becker 8 years ago
parent
commit
c4c495948a
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 3
      NetDb.cpp

3
NetDb.cpp

@ -236,10 +236,7 @@ namespace data @@ -236,10 +236,7 @@ namespace data
}
}
else
{
LogPrint (eLogDebug, "NetDb: LeaseSet is older: ", ident.ToBase32());
updated = true;
}
}
else
{

Loading…
Cancel
Save