mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
rpc: set default log category in core_rpc_server.h
This commit is contained in:
parent
1f809e7485
commit
82e510f15e
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue