mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Fix print_warning using print instead of say.
This commit is contained in:
parent
384c880cc6
commit
85a4184ab4
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user