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:
authorJimver <jim.verheijde@hotmail.com>2020-08-27 13:57:22 +0300
committerJimver <jim.verheijde@hotmail.com>2020-08-27 13:57:22 +0300
commit554dd2d5e90ade460e2c8f318dde3d7e0031cdce (patch)
treef0394403986758eaf2add8e99b4da566a98cf4d7 /include/functions
parente6891feeb458055571a1d48c53009ebc99036708 (diff)
Better log message
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