From 7130cf0c61e259ee6d8479cd804e9284cf6859f6 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Tue, 3 Oct 2017 10:12:57 +0100 Subject: Add tools::on_startup, and warn about glibc 2.25 bug if found https://sourceware.org/bugzilla/show_bug.cgi?id=21778 --- src/daemon/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon/main.cpp') diff --git a/src/daemon/main.cpp b/src/daemon/main.cpp index acc23b9f9..5d06f65dd 100644 --- a/src/daemon/main.cpp +++ b/src/daemon/main.cpp @@ -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]); -- cgit v1.2.3