mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
net: Log network activity status change unconditionally
This commit is contained in:
parent
62fe6aa87e
commit
3c58129b12
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue