From 1c3b360cfcdc6d39110bbdc04e0732cad6b93a28 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Sat, 18 Jul 2020 22:22:44 +0300 Subject: [PATCH] Fix 13021 --- src/logging.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/logging.cpp b/src/logging.cpp index 41af38d669..c0806966d3 100644 --- a/src/logging.cpp +++ b/src/logging.cpp @@ -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); -} \ No newline at end of file +}