mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-28 23:34:41 +02:00
net: Log network activity status change unconditionally
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user