Fix 13021

This commit is contained in:
UdjinM6 2020-07-18 22:22:44 +03:00 committed by pasta
parent a6cdb75b18
commit 1c3b360cfc

View File

@ -107,6 +107,7 @@ const CLogCategoryDesc LogCategories[] =
{BCLog::TOR, "tor"},
{BCLog::MEMPOOL, "mempool"},
{BCLog::HTTP, "http"},
{BCLog::BENCHMARK, "bench"},
{BCLog::ZMQ, "zmq"},
{BCLog::DB, "db"},
{BCLog::RPC, "rpc"},
@ -115,6 +116,7 @@ const CLogCategoryDesc LogCategories[] =
{BCLog::SELECTCOINS, "selectcoins"},
{BCLog::REINDEX, "reindex"},
{BCLog::CMPCTBLOCK, "cmpctblock"},
{BCLog::RANDOM, "rand"},
{BCLog::PRUNE, "prune"},
{BCLog::PROXY, "proxy"},
{BCLog::MEMPOOLREJ, "mempoolrej"},
@ -344,4 +346,4 @@ void ShrinkDebugFile()
}
else if (file != nullptr)
fclose(file);
}
}