mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-18 20:54:33 +02:00
Remove debugging message
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4632 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
@@ -1914,7 +1914,6 @@ do_initialize() {
|
|||||||
|
|
||||||
MAXZONENAMELENGTH=$(( 5 + ( ( 29 - ${#temp}) / 2) ))
|
MAXZONENAMELENGTH=$(( 5 + ( ( 29 - ${#temp}) / 2) ))
|
||||||
MAXZONENAMELENGTH=${MAXZONENAMELENGTH%.*}
|
MAXZONENAMELENGTH=${MAXZONENAMELENGTH%.*}
|
||||||
echo "Maximum Zone Name Length = $MAXZONENAMELENGTH"
|
|
||||||
else
|
else
|
||||||
LOGFORMAT="Shorewall:%s:%s:"
|
LOGFORMAT="Shorewall:%s:%s:"
|
||||||
MAXZONENAMELENGTH=5
|
MAXZONENAMELENGTH=5
|
||||||
|
Reference in New Issue
Block a user