Better log message

This commit is contained in:
Jimver 2020-08-27 12:57:22 +02:00
parent e6891feeb4
commit 554dd2d5e9
No known key found for this signature in database
GPG Key ID: 24A793B2C1A18A05
1 changed files with 1 additions and 1 deletions

View File

@ -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