From 6b4c347424c6ac9ed8ca8c738531c068e26abf26 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 23 May 2000 01:17:46 +0000 Subject: [PATCH] Send regular messages to stdout so that they are separate from progress messages. --- tools/winapi_check/output.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/winapi_check/output.pm b/tools/winapi_check/output.pm index 596c81f4ebb..59a04ae9fd4 100644 --- a/tools/winapi_check/output.pm +++ b/tools/winapi_check/output.pm @@ -94,7 +94,7 @@ sub write { $self->hide_progress; - print STDERR $message; + print $message; $self->show_progress; } -- 2.11.4.GIT