diff options
| author | John Newbery <[email protected]> | 2017-04-10 10:34:23 -0400 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2017-04-10 17:05:59 -0400 |
| commit | 7fd50c3b70397c0dc39093a7a4ddbf9b36a615cf (patch) | |
| tree | 3e1e6f4962e68412de4bcb64b0c0755c6ed13acf /src/util.cpp | |
| parent | [rpc] Add logging RPC (diff) | |
| download | discoin-7fd50c3b70397c0dc39093a7a4ddbf9b36a615cf.tar.xz discoin-7fd50c3b70397c0dc39093a7a4ddbf9b36a615cf.zip | |
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 e859c8a1a..0dc203cba 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 */ |