diff --git a/src/modules/FileLocksmith/FileLocksmithCLI/main.cpp b/src/modules/FileLocksmith/FileLocksmithCLI/main.cpp index c8c3fbede6..67a4304b4e 100644 --- a/src/modules/FileLocksmith/FileLocksmithCLI/main.cpp +++ b/src/modules/FileLocksmith/FileLocksmithCLI/main.cpp @@ -47,7 +47,7 @@ struct RealStringProvider : IStringProvider int wmain(int argc, wchar_t* argv[]) { winrt::init_apartment(); - LoggerHelpers::init_logger(L"FileLocksmith", L"", LogSettings::fileLocksmithLoggerName); + LoggerHelpers::init_logger(L"FileLocksmithCLI", L"", LogSettings::fileLocksmithLoggerName); Logger::info("FileLocksmithCLI started"); RealProcessFinder finder;