util: set MONERO_DEFAULT_LOG_CATEGORY

Otherwise it'd end up with whatever was included last
release-v0.5.0
moneromooo-monero 6 years ago committed by wowario
parent be87172237
commit a44d54645e
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -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…
Cancel
Save