From 7fd50c3b70397c0dc39093a7a4ddbf9b36a615cf Mon Sep 17 00:00:00 2001 From: John Newbery Date: Mon, 10 Apr 2017 10:34:23 -0400 Subject: allow libevent logging to be updated during runtime --- src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.cpp') 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 fReopenDebugLog(false); CTranslationInterface translationInterface; -/** Log categories bitfield. libevent needs special handling if their flags are changed at runtime. */ +/** Log categories bitfield. */ std::atomic logCategories(0); /** Init OpenSSL library multithreading support */ -- cgit v1.2.3