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/debug_utilities/object_sizes.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/debug_utilities/object_sizes.cpp')
| -rw-r--r-- | src/debug_utilities/object_sizes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug_utilities/object_sizes.cpp b/src/debug_utilities/object_sizes.cpp index 47ba5cf6c..63b702700 100644 --- a/src/debug_utilities/object_sizes.cpp +++ b/src/debug_utilities/object_sizes.cpp @@ -64,7 +64,7 @@ int main(int argc, char* argv[]) { size_logger sl; - tools::sanitize_locale(); + tools::on_startup(); mlog_configure("", true); |
