소스 검색

* 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