瀏覽代碼

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