1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

s/LogInfo/LogDebug/ @ explore message

This commit is contained in:
Stephen Shelton 2020-02-06 11:57:39 -07:00
parent 8230b1152e
commit bc3184a126
No known key found for this signature in database
GPG key ID: EE4BADACCE8B631C

View file

@ -297,7 +297,7 @@ namespace llarp
if(rc.IsPublicRouter()
&& (_bootstrapRCList.find(rc) == _bootstrapRCList.end()))
{
LogInfo("Doing explore via public node: ", RouterID(rc.pubkey));
LogDebug("Doing explore via public node: ", RouterID(rc.pubkey));
_dht->impl->ExploreNetworkVia(dht::Key_t{rc.pubkey});
}
});