mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
util: Encapsulate logCategories within BCLog::Logger.
This commit is contained in:
parent
6a6d764ca5
commit
3316a9ebb6
7 changed files with 55 additions and 28 deletions
|
|
@ -364,8 +364,8 @@ bool InitHTTPServer()
|
|||
// Update libevent's log handling. Returns false if our version of
|
||||
// libevent doesn't support debug logging, in which case we should
|
||||
// clear the BCLog::LIBEVENT flag.
|
||||
if (!UpdateHTTPServerLogging(logCategories & BCLog::LIBEVENT)) {
|
||||
logCategories &= ~BCLog::LIBEVENT;
|
||||
if (!UpdateHTTPServerLogging(g_logger->WillLogCategory(BCLog::LIBEVENT))) {
|
||||
g_logger->DisableCategory(BCLog::LIBEVENT);
|
||||
}
|
||||
|
||||
#ifdef WIN32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue