diff --git a/mRemoteV1/App/App.Runtime.vb b/mRemoteV1/App/App.Runtime.vb index 3c93c7f46..cc94d5690 100644 --- a/mRemoteV1/App/App.Runtime.vb +++ b/mRemoteV1/App/App.Runtime.vb @@ -249,6 +249,8 @@ Namespace App Public Shared Sub CreateLogger() log4net.Config.XmlConfigurator.Configure(New FileInfo("mRemoteNG.exe.config")) log = log4net.LogManager.GetLogger("mRemoteNG.Log") + log.InfoFormat("{0} started.", My.Application.Info.ProductName) + log.InfoFormat("Command Line: {0}", Environment.GetCommandLineArgs) Try Dim servicePack As Integer For Each managementObject As ManagementObject In New ManagementObjectSearcher("SELECT * FROM Win32_OperatingSystem").Get() diff --git a/mRemoteV1/app.config b/mRemoteV1/app.config index 60b61334b..63df97a38 100644 --- a/mRemoteV1/app.config +++ b/mRemoteV1/app.config @@ -27,8 +27,6 @@ -
-