Main: edit a message.
This commit is contained in:
parent
7392d961c7
commit
7ddc8e0748
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ int main(int argc, char** argv) {
|
|||
Warning warning_intercept{&warning_intercept_stream};
|
||||
Error error_intercept{&error_intercept_stream};
|
||||
|
||||
LOG_INFO("M.A.S.S. Builder Save Tool version " SAVETOOL_VERSION);
|
||||
LOG_INFO("Initialising M.A.S.S. Builder Save Tool version " SAVETOOL_VERSION ".");
|
||||
|
||||
auto str = std::setlocale(LC_ALL, ".utf-8");
|
||||
if(str) {
|
||||
|
|
Loading…
Reference in a new issue