diff --git a/mRemoteV1/App/Startup.cs b/mRemoteV1/App/Startup.cs index e78376c9e..009b4c17b 100644 --- a/mRemoteV1/App/Startup.cs +++ b/mRemoteV1/App/Startup.cs @@ -142,7 +142,7 @@ namespace mRemoteNG.App private static void LogCmdLineArgs() { - Logger.Instance.InfoFormat($"Command Line: {Environment.GetCommandLineArgs()}"); + Logger.Instance.InfoFormat($"Command Line: {string.Join(" ", Environment.GetCommandLineArgs())}"); } private static void LogCLRData()