net: Log network activity status change unconditionally

This commit is contained in:
Hennadii Stepanov 2020-07-09 10:12:19 +03:00
parent 62fe6aa87e
commit 3c58129b12
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -2251,7 +2251,7 @@ void Discover()
void CConnman::SetNetworkActive(bool active)
{
LogPrint(BCLog::NET, "SetNetworkActive: %s\n", active);
LogPrintf("%s: %s\n", __func__, active);
if (fNetworkActive == active) {
return;