* use stdout only

git-svn-id: trunk@11956 -
This commit is contained in:
peter 2008-10-23 20:05:36 +00:00
parent 410bcc0c52
commit d1aeec64bf
2 changed files with 644 additions and 653 deletions

File diff suppressed because it is too large Load Diff

View File

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