mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #2173
a02d7458
mlog: make MONERO_LOGS env var understand N,logs type spec (moneromooo-monero)
This commit is contained in:
commit
4014f31a73
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);
|
||||
}
|
||||
mlog_set_categories(monero_log);
|
||||
mlog_set_log(monero_log);
|
||||
}
|
||||
|
||||
void mlog_set_categories(const char *categories)
|
||||
|
|
Loading…
Reference in a new issue