diff options
Diffstat (limited to 'src/daemon')
-rw-r--r-- | src/daemon/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/main.cpp b/src/daemon/main.cpp index 547f4bd9e..a8369f98d 100644 --- a/src/daemon/main.cpp +++ b/src/daemon/main.cpp @@ -54,6 +54,8 @@ int main(int argc, char const * argv[]) _note_c("dbg/main", "Begin of main()"); // TODO parse the debug options like set log level right here at start + tools::sanitize_locale(); + epee::string_tools::set_module_name_and_folder(argv[0]); // Build argument description |