summaryrefslogtreecommitdiff
path: root/support/latexindent/LatexIndent/Logger.pm
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-09-17 03:00:43 +0000
committerNorbert Preining <norbert@preining.info>2021-09-17 03:00:43 +0000
commitaefe346b16163823efeac108a7da42e91e53e5c7 (patch)
treed843b77551dc58ce9e491261306253162af117f5 /support/latexindent/LatexIndent/Logger.pm
parente7ce6275948b3b197682f44f64fdb1daf672109c (diff)
CTAN sync 202109170300
Diffstat (limited to 'support/latexindent/LatexIndent/Logger.pm')
-rw-r--r--support/latexindent/LatexIndent/Logger.pm2
1 files changed, 1 insertions, 1 deletions
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{