Преглед изворни кода

* Do not make the logger active in the getter, so that the application is able to change the log-type.

git-svn-id: trunk@18158 -
joost пре 14 година
родитељ
комит
914debabfe
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      packages/fcl-extra/src/daemonapp.pp

+ 0 - 1
packages/fcl-extra/src/daemonapp.pp

@@ -920,7 +920,6 @@ begin
     FEventLog:=TEventlog.Create(Self);
     FEventLog.RaiseExceptionOnError:=False;
     FEventLog.RegisterMessageFile('');
-    FEventLog.Active:=True;
     end;
   result := FEventLog;
 end;