fix missed format parameter (#2229)

This commit is contained in:
gladcow 2018-08-21 17:07:32 +03:00 committed by UdjinM6
parent 3d654b9814
commit 2e06f8133f

View File

@ -861,7 +861,7 @@ bool CMasternodePayments::ProcessBlock(int nBlockHeight, CConnman& connman)
ExtractDestination(payee, address1);
CBitcoinAddress address2(address1);
LogPrintf("CMasternodePayments::%s -- vote: payee=%s, nBlockHeight=%d\n", address2.ToString(), nBlockHeight);
LogPrintf("CMasternodePayments::%s -- vote: payee=%s, nBlockHeight=%d\n", __func__, address2.ToString(), nBlockHeight);
// SIGN MESSAGE TO NETWORK WITH OUR MASTERNODE KEYS