rpc: set default log category in core_rpc_server.h
This commit is contained in:
parent
1f809e7485
commit
82e510f15e
|
@ -40,6 +40,9 @@
|
||||||
#include "p2p/net_node.h"
|
#include "p2p/net_node.h"
|
||||||
#include "cryptonote_protocol/cryptonote_protocol_handler.h"
|
#include "cryptonote_protocol/cryptonote_protocol_handler.h"
|
||||||
|
|
||||||
|
#undef MONERO_DEFAULT_LOG_CATEGORY
|
||||||
|
#define MONERO_DEFAULT_LOG_CATEGORY "daemon.rpc"
|
||||||
|
|
||||||
// yes, epee doesn't properly use its full namespace when calling its
|
// yes, epee doesn't properly use its full namespace when calling its
|
||||||
// functions from macros. *sigh*
|
// functions from macros. *sigh*
|
||||||
using namespace epee;
|
using namespace epee;
|
||||||
|
|
Loading…
Reference in New Issue