util: set MONERO_DEFAULT_LOG_CATEGORY

Otherwise it'd end up with whatever was included last
This commit is contained in:
moneromooo-monero 2018-12-05 14:07:45 +00:00
parent e282e9fa40
commit 1505dd38c9
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,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;