mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
util: set MONERO_DEFAULT_LOG_CATEGORY
Otherwise it'd end up with whatever was included last
This commit is contained in:
parent
be87172237
commit
a44d54645e
1 changed files with 3 additions and 0 deletions
|
@ -82,6 +82,9 @@ using namespace epee;
|
|||
#include <boost/asio.hpp>
|
||||
#include <openssl/sha.h>
|
||||
|
||||
#undef MONERO_DEFAULT_LOG_CATEGORY
|
||||
#define MONERO_DEFAULT_LOG_CATEGORY "util"
|
||||
|
||||
namespace tools
|
||||
{
|
||||
std::function<void(int)> signal_handler::m_handler;
|
||||
|
|
Loading…
Reference in a new issue