diff options
author | John Newbery <john@johnnewbery.com> | 2017-04-10 10:34:23 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-04-10 17:05:59 -0400 |
commit | 7fd50c3b70397c0dc39093a7a4ddbf9b36a615cf (patch) | |
tree | 3e1e6f4962e68412de4bcb64b0c0755c6ed13acf /src/util.cpp | |
parent | 5255aca3f42e44eb02751299e84e2cf122ed9b49 (diff) |
allow libevent logging to be updated during runtime
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 2 |
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 */ |