mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
mlog: make MONERO_LOGS env var understand N,logs type spec
This commit is contained in:
parent
605ad09a3e
commit
a02d745844
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ void mlog_configure(const std::string &filename_base, bool console)
|
||||||
{
|
{
|
||||||
monero_log = get_default_categories(0);
|
monero_log = get_default_categories(0);
|
||||||
}
|
}
|
||||||
mlog_set_categories(monero_log);
|
mlog_set_log(monero_log);
|
||||||
}
|
}
|
||||||
|
|
||||||
void mlog_set_categories(const char *categories)
|
void mlog_set_categories(const char *categories)
|
||||||
|
|
Loading…
Reference in a new issue