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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-08-10 08:12:46 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-10 08:12:46 +0300
commit74a11c97e7213cdf274e22a16bcd23894584bd60 (patch)
treeefb0daa23b6294525b691ec0ba1bad985d83cbbd /include/tests_logging
parentf14072d21696595799122de4c3f8b32a409eda83 (diff)
Removed unneeded field for warnings and suggestions
Diffstat (limited to 'include/tests_logging')
-rw-r--r--include/tests_logging2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_logging b/include/tests_logging
index 5104f827..f941d082 100644
--- a/include/tests_logging
+++ b/include/tests_logging
@@ -48,7 +48,7 @@
Display --indent 2 --text "- Checking for a running log daemon" --result "${STATUS_WARNING}" --color RED
LogText "Result: Could not find a syslog daemon like syslog, syslog-ng, rsyslog, metalog, systemd-journal"
ReportSuggestion ${TEST_NO} "Check if any syslog daemon is running and correctly configured."
- ReportWarning ${TEST_NO} "H" "No syslog daemon found"
+ ReportWarning ${TEST_NO} "No syslog daemon found"
AddHP 0 3
else
Display --indent 2 --text "- Checking for a running log daemon" --result "${STATUS_OK}" --color GREEN