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:
teastep 2006-10-05 15:43:56 +00:00
parent f45bcb1de0
commit bfd1eef27c

View File

@ -1914,7 +1914,6 @@ do_initialize() {
MAXZONENAMELENGTH=$(( 5 + ( ( 29 - ${#temp}) / 2) ))
MAXZONENAMELENGTH=${MAXZONENAMELENGTH%.*}
echo "Maximum Zone Name Length = $MAXZONENAMELENGTH"
else
LOGFORMAT="Shorewall:%s:%s:"
MAXZONENAMELENGTH=5