* fix compilation of simpleserver on non-Unix systems

git-svn-id: trunk@44250 -
This commit is contained in:
svenbarth 2020-02-28 16:29:16 +00:00
parent 8003f675c5
commit 3cecec0b24

View File

@ -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