Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions')
-rw-r--r--include/functions2
1 files changed, 1 insertions, 1 deletions
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