diff --git a/include/functions b/include/functions index f5eb2f98..4af4cd7b 100644 --- a/include/functions +++ b/include/functions @@ -2320,7 +2320,7 @@ esac for FOUND_CONF in ${CONF_WILDCARD}; do if [ "${FOUND_CONF}" = "${CONF_WILDCARD}" ]; then - LogText "Found no match for ${CONF_WILDCARD}" + LogText "Found no match for wildcard pattern: ${CONF_WILDCARD}" break fi FOUND=0