From 7ddc8e07487d51583937f777179c9592a49cd0b5 Mon Sep 17 00:00:00 2001 From: William JCM Date: Mon, 21 Nov 2022 19:28:49 +0100 Subject: [PATCH] Main: edit a message. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index f377195..bf877f1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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) {