Skip to content

Commit 0c19fb5

Browse files
committed
move some messages to mnbudget debug category
1 parent 341cf25 commit 0c19fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/masternode-budget.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,7 @@ bool CBudgetVote::SignatureValid(bool fSignatureCheck)
15911591

15921592
if(pmn == NULL)
15931593
{
1594-
LogPrintf("CBudgetVote::SignatureValid() - Unknown Masternode - %s\n", vin.ToString());
1594+
LogPrint("mnbudget", "CBudgetVote::SignatureValid() - Unknown Masternode - %s\n", vin.ToString());
15951595
return false;
15961596
}
15971597

@@ -1993,7 +1993,7 @@ bool CFinalizedBudgetVote::SignatureValid(bool fSignatureCheck)
19931993

19941994
if(pmn == NULL)
19951995
{
1996-
LogPrintf("CFinalizedBudgetVote::SignatureValid() - Unknown Masternode\n");
1996+
LogPrint("mnbudget", "CFinalizedBudgetVote::SignatureValid() - Unknown Masternode\n");
19971997
return false;
19981998
}
19991999

0 commit comments

Comments
 (0)