mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +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 :
|
vlDebug :
|
||||||
Prefix:='D: '; }
|
Prefix:='D: '; }
|
||||||
end;
|
end;
|
||||||
if Level in [vlError,vlWarning] then
|
Writeln(stdOut,Prefix,Msg);
|
||||||
Writeln(stdErr,Prefix,Msg)
|
|
||||||
else
|
|
||||||
Writeln(stdOut,Prefix,Msg);
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user