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) {