Add progress message when loading a library

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4467 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-08-28 16:13:36 +00:00
parent 0fe19ea308
commit e688570013

View File

@ -1760,6 +1760,7 @@ lib_load() # $1 = Name of the Library, $2 = Error Message heading if the library
if [ -z "$loaded" ]; then
if [ -f $lib ]; then
progress_message "Loading library $lib..."
. $lib
eval LIB_${1}_LOADED=Yes
else