From aefe346b16163823efeac108a7da42e91e53e5c7 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 17 Sep 2021 03:00:43 +0000 Subject: CTAN sync 202109170300 --- support/latexindent/LatexIndent/Logger.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/latexindent/LatexIndent/Logger.pm') diff --git a/support/latexindent/LatexIndent/Logger.pm b/support/latexindent/LatexIndent/Logger.pm index 35ff428eab..d3f9d0f48d 100644 --- a/support/latexindent/LatexIndent/Logger.pm +++ b/support/latexindent/LatexIndent/Logger.pm @@ -60,7 +60,7 @@ sub fatal{ $logfileline =~ s/^/ /mg; } push(@logFileLines,$logfileline); - print $logfileline,"\n" if $switches{screenlog}; + print $logfileline,"\n"; } sub trace{ -- cgit v1.2.3