Merge pull request #2568

7130cf0c Add tools::on_startup, and warn about glibc 2.25 bug if found (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-10-15 18:32:09 +02:00
commit c45f3ac4d9
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
8 changed files with 23 additions and 6 deletions

View file

@ -61,7 +61,7 @@ int main(int argc, char const * argv[])
// TODO parse the debug options like set log level right here at start
tools::sanitize_locale();
tools::on_startup();
epee::string_tools::set_module_name_and_folder(argv[0]);