mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 13:56:06 -04:00
Add tools::on_startup, and warn about glibc 2.25 bug if found
https://sourceware.org/bugzilla/show_bug.cgi?id=21778
This commit is contained in:
parent
86e9de588c
commit
7130cf0c61
8 changed files with 23 additions and 6 deletions
|
@ -45,7 +45,7 @@ int main(int argc, char* argv[])
|
|||
uint32_t log_level = 0;
|
||||
std::string input;
|
||||
|
||||
tools::sanitize_locale();
|
||||
tools::on_startup();
|
||||
|
||||
boost::filesystem::path output_file_path;
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@ int main(int argc, char* argv[])
|
|||
{
|
||||
size_logger sl;
|
||||
|
||||
tools::sanitize_locale();
|
||||
tools::on_startup();
|
||||
|
||||
mlog_configure("", true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue