mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-23 03:18:34 +00:00
common: set MONERO_DEFAULT_LOG_CATEGORY for notify and spawn
This commit is contained in:
parent
a9ef699472
commit
d0953fb2b7
@ -33,6 +33,9 @@
|
||||
#include "spawn.h"
|
||||
#include "notify.h"
|
||||
|
||||
#undef MONERO_DEFAULT_LOG_CATEGORY
|
||||
#define MONERO_DEFAULT_LOG_CATEGORY "notify"
|
||||
|
||||
namespace tools
|
||||
{
|
||||
|
||||
|
@ -42,6 +42,9 @@
|
||||
#include "util.h"
|
||||
#include "spawn.h"
|
||||
|
||||
#undef MONERO_DEFAULT_LOG_CATEGORY
|
||||
#define MONERO_DEFAULT_LOG_CATEGORY "spawn"
|
||||
|
||||
namespace tools
|
||||
{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user