diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-10-15 18:32:09 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-10-15 18:32:09 +0200 |
| commit | c45f3ac4d91bdd65b3c4b1974f93a4a9f81c67e7 (patch) | |
| tree | a64cae31309766f3d5d6897e8a56b506361822b7 /src/daemon/main.cpp | |
| parent | 2babd2e0a393964f9cf44365e411878762350103 (diff) | |
| parent | 7130cf0c61e259ee6d8479cd804e9284cf6859f6 (diff) | |
| download | monzero-core-c45f3ac4d91bdd65b3c4b1974f93a4a9f81c67e7.tar.gz monzero-core-c45f3ac4d91bdd65b3c4b1974f93a4a9f81c67e7.tar.xz monzero-core-c45f3ac4d91bdd65b3c4b1974f93a4a9f81c67e7.zip | |
Merge pull request #2568
7130cf0c Add tools::on_startup, and warn about glibc 2.25 bug if found (moneromooo-monero)
Diffstat (limited to 'src/daemon/main.cpp')
| -rw-r--r-- | src/daemon/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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]); |
