X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=make%2Fconsole.pm;h=023108820f0df35fcd5df413e47c6be43d291535;hb=e94b673532f7833aaa4789f834e61d68e0b4fc56;hp=e6f8d48384d027a0e47e4c9eaa86e27f381b4212;hpb=1bf7ca389426e196697eba9a8b60277db03fbedb;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/make/console.pm b/make/console.pm index e6f8d4838..023108820 100644 --- a/make/console.pm +++ b/make/console.pm @@ -79,7 +79,7 @@ sub print_error { sub print_warning { print STDERR console_format "<|YELLOW Warning:|> "; for my $line (@_) { - print STDERR console_format $line; + say STDERR console_format $line; } }