mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
Send regular messages to stdout so that they are separate from
progress messages.
This commit is contained in:
parent
d5126f91a3
commit
6b4c347424
@ -94,7 +94,7 @@ sub write {
|
||||
|
||||
|
||||
$self->hide_progress;
|
||||
print STDERR $message;
|
||||
print $message;
|
||||
$self->show_progress;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user