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/tests_crypto')
-rw-r--r--include/tests_crypto4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_crypto b/include/tests_crypto
index 719617a0..a20087c8 100644
--- a/include/tests_crypto
+++ b/include/tests_crypto
@@ -53,11 +53,11 @@
#YYY Dump more information to log file
fi
else
- logtext "Warning: can not read file ${J}"
+ logtext "Result: can not read file ${J} (no permission)"
fi
done
else
- logtext "Warning: No read access to path ${I}"
+ logtext "Result: can not read path ${I} (no permission)"
fi
else
logtext "Result: SSL path ${I} does not exist"