summaryrefslogtreecommitdiffstats
path: root/perl-install/log.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/log.pm')
-rw-r--r--perl-install/log.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/log.pm b/perl-install/log.pm
index b862ca06a..b049f5d49 100644
--- a/perl-install/log.pm
+++ b/perl-install/log.pm
@@ -25,7 +25,7 @@ sub l {
print LOG "* ", @_, "\n";
print LOG2 "* ", @_, "\n";
} else {
- print @_, "\n";
+ print STDERR @_, "\n";
}
}
sub ld { $logDebugMessages and &l }