blockstorage: use debug log category

This commit is contained in:
Anthony Towns
2021-10-04 14:44:41 +10:00
parent da94ebc2fa
commit 31b2b802b5
4 changed files with 5 additions and 3 deletions

View File

@@ -161,6 +161,7 @@ const CLogCategoryDesc LogCategories[] =
{BCLog::IPC, "ipc"},
{BCLog::LOCK, "lock"},
{BCLog::UTIL, "util"},
{BCLog::BLOCKSTORE, "blockstorage"},
{BCLog::ALL, "1"},
{BCLog::ALL, "all"},
};