Replace tab with space in black list message

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@219 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2002-08-26 20:36:19 +00:00
parent acce9b2379
commit def9caa806

View File

@ -2524,7 +2524,7 @@ process_blacklist_rec() {
--log-level $BLACKLIST_LOGLEVEL
run_iptables -A blacklst $source -j $disposition
echo " $addr added to Black List"
echo " $addr added to Black List"
done
}