mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 20:49:09 +02:00
* use stdout only
git-svn-id: trunk@11957 -
This commit is contained in:
parent
d1aeec64bf
commit
2a621bbaba
@ -2625,12 +2625,7 @@ end;
|
||||
procedure TCustomInstaller.Log(Level: TVerboseLevel; const Msg: String);
|
||||
begin
|
||||
If Level in FLogLevels then
|
||||
begin
|
||||
if Level in [vlError,vlWarning] then
|
||||
Writeln(StdErr,Msg)
|
||||
else
|
||||
Writeln(StdOut,Msg);
|
||||
end;
|
||||
Writeln(StdOut,Msg);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user