diff --git a/src/masternode-payments.cpp b/src/masternode-payments.cpp index 316b41140..614aebc6d 100644 --- a/src/masternode-payments.cpp +++ b/src/masternode-payments.cpp @@ -95,7 +95,7 @@ bool IsBlockValueValid(const CBlock& block, int nBlockHeight, CAmount blockRewar LogPrint("gobject", "IsBlockValueValid -- No triggered superblock detected at height %d\n", nBlockHeight); } else { // should NOT allow superblocks at all, when superblocks are disabled - LogPrintf("IsBlockValueValid -- Superblocks are disabled, no superblocks allowed\n"); + LogPrint("gobject", "IsBlockValueValid -- Superblocks are disabled, no superblocks allowed\n"); } // it MUST be a regular block @@ -162,7 +162,7 @@ bool IsBlockPayeeValid(const CTransaction& txNew, int nBlockHeight, CAmount bloc LogPrint("gobject", "IsBlockPayeeValid -- No triggered superblock detected at height %d\n", nBlockHeight); } else { // should NOT allow superblocks at all, when superblocks are disabled - LogPrintf("IsBlockPayeeValid -- Superblocks are disabled, no superblocks allowed\n"); + LogPrint("gobject", "IsBlockPayeeValid -- Superblocks are disabled, no superblocks allowed\n"); } // IF THIS ISN'T A SUPERBLOCK OR SUPERBLOCK IS INVALID, IT SHOULD PAY A MASTERNODE DIRECTLY