mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-22 14:52:41 +02:00
net: Log network activity status change unconditionally
This commit is contained in:
parent
62fe6aa87e
commit
3c58129b12
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user