diff --git a/include/functions b/include/functions index 027933d3..a4b2cbb1 100644 --- a/include/functions +++ b/include/functions @@ -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