Browse Source

* fix compilation of simpleserver on non-Unix systems

git-svn-id: trunk@44250 -
svenbarth 5 years ago
parent
commit
3cecec0b24
1 changed files with 1 additions and 1 deletions
  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