From f3f829c7bc5fb64c9b05ac3a1b62520f92b3c46b Mon Sep 17 00:00:00 2001 From: mboelen Date: Sun, 21 Sep 2014 13:05:14 +0200 Subject: [PATCH] Adjusted logging --- include/tests_boot_services | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tests_boot_services b/include/tests_boot_services index f5c86197..d4ac6653 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -277,7 +277,7 @@ report "running_service[]=${I}" N=`expr ${N} + 1` done - logtext "Suggestion: Run systemctl --full --type=service to see all services" + logtext "Note: Run systemctl --full --type=service to see all services" Display --indent 2 --text "- Check running services (systemctl)" --result "DONE" --color GREEN Display --indent 8 --text "Result: found $N running services" logtext "Result: Found $N enabled services" @@ -292,7 +292,7 @@ report "boot_service[]=${I}" N=`expr ${N} + 1` done - logtext "Suggestion: Run systemctl list-unit-files --type=service to see all services" + logtext "Note: Run systemctl list-unit-files --type=service to see all services" Display --indent 2 --text "- Check enabled services at boot (systemctl)" --result "DONE" --color GREEN Display --indent 8 --text "Result: found $N enabled services" logtext "Result: Found $N running services"