From 05611d59b1502fa878dc8fb9dc45f2057534d898 Mon Sep 17 00:00:00 2001 From: William JCM Date: Mon, 21 Nov 2022 09:30:38 +0100 Subject: [PATCH] Main: update log. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 371f6ef..80ca33b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,7 +36,7 @@ int main(int argc, char** argv) { Utility::Error e{Utility::Debug::defaultOutput()}; #endif - Utility::Debug{} << "===M.A.S.S. Builder Save Tool version " SAVETOOL_VERSION "==="; + Utility::Debug{} << "M.A.S.S. Builder Save Tool version " SAVETOOL_VERSION; auto mutex_handle = CreateMutexW(nullptr, 0, L"MassBuilderSaveTool");