Improved log output for CheckItem function

This commit is contained in:
mboelen 2014-09-23 23:26:34 +02:00
parent 6dbeb9f6cb
commit c257882a24
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
FIND=`egrep "^$1(\[\])?=" ${REPORTFILE} | egrep "$2"`
if [ ! "${FIND}" = "" ]; then
ITEM_FOUND=1
logtext "Result: found string"
logtext "Result: found search string (result: $FIND)"
else
logtext "Result: search string NOT found"
fi