summaryrefslogtreecommitdiff
path: root/support/latexindent/LatexIndent/Logger.pm
diff options
context:
space:
mode:
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{