From 9b978a3581a0fed053c33b8ef1b4877d261cb1ce Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Wed, 25 Mar 2020 15:03:21 +0100 Subject: [PATCH] Add specific control ID for warnings regarding usage of deprecated options --- include/profiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/profiles b/include/profiles index 5b940150..328d4d49 100644 --- a/include/profiles +++ b/include/profiles @@ -541,7 +541,7 @@ ################################################################################# # if [ -n "${DEPRECATED_OPTION}" ]; then - ReportWarning "LYNIS" "One or more deprecated options used" "${DEPRECATED_OPTION}" "Update your profile" + ReportWarning "GEN-0030" "One or more deprecated options used in profile" "${DEPRECATED_OPTION}" "Update your profile" fi # #################################################################################