Skip to content

Commit

Permalink
Add missed entries to logging description array
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescowens committed Jun 1, 2020
1 parent 49022f2 commit 73ad5d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ const CLogCategoryDesc LogCategories[] =
{BCLog::TALLY, "tally"},
{BCLog::ACCRUAL, "accrual"},
{BCLog::CONTRACT, "contract"},
{BCLog::MINER, "miner"},
{BCLog::VERBOSE, "miner"},
{BCLog::NOISY, "noisy"},
{BCLog::ALL, "1"},
{BCLog::ALL, "all"},
};
Expand Down

0 comments on commit 73ad5d2

Please sign in to comment.