Skip to content

Commit 3c58129

Browse files
committed
net: Log network activity status change unconditionally
1 parent 62fe6aa commit 3c58129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2251,7 +2251,7 @@ void Discover()
22512251

22522252
void CConnman::SetNetworkActive(bool active)
22532253
{
2254-
LogPrint(BCLog::NET, "SetNetworkActive: %s\n", active);
2254+
LogPrintf("%s: %s\n", __func__, active);
22552255

22562256
if (fNetworkActive == active) {
22572257
return;

0 commit comments

Comments
 (0)