Skip to content

Commit 503d605

Browse files
StorADE logs
1 parent 3a53f2a commit 503d605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/masternode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ void CMasternode::Check(bool forceCheck)
260260

261261
storADElastTime = GetAdjustedTime();
262262

263-
LogPrintf("CMasternode::Check() - Can't check StorADE, because ip version (%s and %s) not match %s!=%s\n",
263+
LogPrintf("CMasternode::Check() - Not checking StorADE, because ip version (%s and %s) not match %s!=%s\n",
264264
nodeMastIPVer.ToStringIP(), localMastIPVer.ToStringIP(), GetNetworkName(nodeMastIPVer.GetNetwork()), GetNetworkName(localMastIPVer.GetNetwork()));
265265

266266
} else if(block_height >= 0) // Start storADE in v2

0 commit comments

Comments
 (0)