Explorar o código

* 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 %!s(int64=14) %!d(string=hai) anos
pai
achega
914debabfe
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;