Skip to content

Commit

Permalink
net: Log network activity status change unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jul 22, 2020
1 parent 62fe6aa commit 3c58129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3c58129

Please sign in to comment.