common: set MONERO_DEFAULT_LOG_CATEGORY for notify and spawn

This commit is contained in:
moneromooo-monero 2019-01-09 01:05:47 +00:00 committed by wowario
parent a9ef699472
commit d0953fb2b7
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111
2 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,9 @@
#include "spawn.h"
#include "notify.h"
#undef MONERO_DEFAULT_LOG_CATEGORY
#define MONERO_DEFAULT_LOG_CATEGORY "notify"
namespace tools
{

View File

@ -42,6 +42,9 @@
#include "util.h"
#include "spawn.h"
#undef MONERO_DEFAULT_LOG_CATEGORY
#define MONERO_DEFAULT_LOG_CATEGORY "spawn"
namespace tools
{