This commit is contained in:
JustArchi
2016-07-05 23:22:08 +02:00
parent 26dfdf7f9f
commit 123b2c82fb
2 changed files with 5 additions and 4 deletions

View File

@@ -46,8 +46,7 @@ namespace ArchiSteamFarm {
// System account, requires admin privilege to install
serviceProcessInstaller.Account = ServiceAccount.LocalSystem;
EventLogInstaller logInstaller = new EventLogInstaller
{
EventLogInstaller logInstaller = new EventLogInstaller {
Log = SharedInfo.EventLog,
Source = SharedInfo.EventLogSource
};