From 2530256d855f1230be6bb2dad09478d413c3c21f Mon Sep 17 00:00:00 2001 From: mboelen Date: Fri, 19 Sep 2014 02:02:22 +0200 Subject: Small textual replacements for logging purposes --- include/tests_snmp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tests_snmp') diff --git a/include/tests_snmp b/include/tests_snmp index e05a9bf1..c7596d45 100644 --- a/include/tests_snmp +++ b/include/tests_snmp @@ -50,7 +50,7 @@ if [ ${SNMP_DAEMON_RUNNING} -eq 1 ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi Register --test-no SNMP-3304 --preqs-met ${PREQS_MET} --weight L --network NO --description "Check SNMP daemon file location" if [ ${SKIPTEST} -eq 0 ]; then - logtext "Action: searching for snmpd.conf file" + logtext "Test: searching for snmpd.conf file" for I in ${SNMP_DAEMON_CONFIG_LOCS}; do if [ -f "${I}/snmpd.conf" ]; then logtext "Result: ${I}/snmpd.conf exists" -- cgit v1.2.3