mlog: make MONERO_LOGS env var understand N,logs type spec

This commit is contained in:
moneromooo-monero 2017-07-15 10:23:24 +01:00
parent 605ad09a3e
commit a02d745844
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -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)