mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-24 16:01:26 +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)
|
void CConnman::SetNetworkActive(bool active)
|
||||||
{
|
{
|
||||||
LogPrint(BCLog::NET, "SetNetworkActive: %s\n", active);
|
LogPrintf("%s: %s\n", __func__, active);
|
||||||
|
|
||||||
if (fNetworkActive == active) {
|
if (fNetworkActive == active) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user