allow logging for fbvote

This commit is contained in:
Evan Duffield 2015-08-07 13:00:27 -07:00
parent 572ebf4502
commit e0ecfbd00b

View File

@ -1018,7 +1018,7 @@ void CBudgetManager::ProcessMessage(CNode* pfrom, std::string& strCommand, CData
masternodeSync.AddedBudgetItem(vote.GetHash());
}
LogPrint("mnbudget", "fbs - new finalized budget vote - %s\n", vote.GetHash().ToString());
LogPrint("fbvote - new finalized budget vote - %s\n", vote.GetHash().ToString());
}
}