From: Rob Brewer Date: Sun, 3 Apr 2022 08:52:56 +0000 (+0200) Subject: rules.pl: Add space at the end of the log prefix. X-Git-Tag: v2.27-core170~4^2~149^2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbbea6f9ba548e86e96893232f2f16c3e1875494;p=ipfire-2.x.git rules.pl: Add space at the end of the log prefix. This improves the readabiliy when digging through the logs. Signed-off-by: Rob Brewer Signed-off-by: Stefan Schantl --- diff --git a/config/firewall/rules.pl b/config/firewall/rules.pl index c578405ba0..b800e3063e 100644 --- a/config/firewall/rules.pl +++ b/config/firewall/rules.pl @@ -751,7 +751,7 @@ sub ipblocklist () { # Check if logging is enables. if($blocklistsettings{'LOGGING'} eq "on") { # Create logging rule. - run("$IPTABLES -A ${blocklist}_DROP -j LOG -m limit --limit 10/second --log-prefix \"BLKLST_$blocklist\""); + run("$IPTABLES -A ${blocklist}_DROP -j LOG -m limit --limit 10/second --log-prefix \"BLKLST_$blocklist\" "); } # Create Drop rule.