mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
resolve logging bug where cmdline args arent shown
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user