aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-04-10 10:34:23 -0400
committerJohn Newbery <john@johnnewbery.com>2017-04-10 17:05:59 -0400
commit7fd50c3b70397c0dc39093a7a4ddbf9b36a615cf (patch)
tree3e1e6f4962e68412de4bcb64b0c0755c6ed13acf /src/util.cpp
parent5255aca3f42e44eb02751299e84e2cf122ed9b49 (diff)
downloadbitcoin-7fd50c3b70397c0dc39093a7a4ddbf9b36a615cf.tar.xz
allow libevent logging to be updated during runtime
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index e859c8a1a4..0dc203cba5 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -118,7 +118,7 @@ bool fLogIPs = DEFAULT_LOGIPS;
std::atomic<bool> fReopenDebugLog(false);
CTranslationInterface translationInterface;
-/** Log categories bitfield. libevent needs special handling if their flags are changed at runtime. */
+/** Log categories bitfield. */
std::atomic<uint32_t> logCategories(0);
/** Init OpenSSL library multithreading support */