mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 15:04:44 +01: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)
|
||||
{
|
||||
LogPrint(BCLog::NET, "SetNetworkActive: %s\n", active);
|
||||
LogPrintf("%s: %s\n", __func__, active);
|
||||
|
||||
if (fNetworkActive == active) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue