mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-01 17:02:39 +02:00
* use stdout only
git-svn-id: trunk@11956 -
This commit is contained in:
parent
410bcc0c52
commit
d1aeec64bf
File diff suppressed because it is too large
Load Diff
@ -158,10 +158,7 @@ begin
|
||||
vlDebug :
|
||||
Prefix:='D: '; }
|
||||
end;
|
||||
if Level in [vlError,vlWarning] then
|
||||
Writeln(stdErr,Prefix,Msg)
|
||||
else
|
||||
Writeln(stdOut,Prefix,Msg);
|
||||
Writeln(stdOut,Prefix,Msg);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user