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

* fix compilation of simpleserver on non-Unix systems

git-svn-id: trunk@44250 -
svenbarth пре 5 година
родитељ
комит
3cecec0b24
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/fcl-web/examples/simpleserver/simpleserver.pas

+ 1 - 1
packages/fcl-web/examples/simpleserver/simpleserver.pas

@@ -340,7 +340,7 @@ begin
 {$ifdef unix}
     if FPFork>0 then Halt(0);
 {$else}
-    Log(erError,'Background option not supported');
+    Log(etError,'Background option not supported');
 {$endif}
     end;
   if FPassword<>'' then