Преглед на файлове

* 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;