Commit 6b4c3474 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Send regular messages to stdout so that they are separate from

progress messages.
parent d5126f91
......@@ -94,7 +94,7 @@ sub write {
$self->hide_progress;
print STDERR $message;
print $message;
$self->show_progress;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment