diff options
Diffstat (limited to 'Master/install-tl.pl')
-rwxr-xr-x | Master/install-tl.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl index 41a5acc6db3..50295da8b52 100755 --- a/Master/install-tl.pl +++ b/Master/install-tl.pl @@ -889,11 +889,11 @@ sub update_numbers { sub flushlog { my $fh; if (open(LOG,">install-tl.log")) { - warn STDERR "Writing log file to current working directory!\n"; + warn "Writing log file to current working directory!\n"; $fh = \*LOG; } else { $fh = \*STDERR; - warn STDERR "Not creating a log file but flushing messages to stderr:\n"; + warn "Not creating a log file but flushing messages to stderr:\n"; } foreach my $l (@::LOGLINES) { |