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:
authormboelen <michael@cisofy.com>2014-09-15 12:52:06 +0400
committermboelen <michael@cisofy.com>2014-09-15 12:52:06 +0400
commitbce234fa00f42dedab6169eda314cfcb1291f0f5 (patch)
tree9185addfb59b85ca9d4aff52a68747259cfa7017 /include/tests_crypto
parent3cc696edfce5b644d410a3e98d04b55d46dd11d6 (diff)
Removed warnings, updated changelog
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"