diff --git a/include/functions b/include/functions index c99abdd3..5a1030fe 100644 --- a/include/functions +++ b/include/functions @@ -1715,13 +1715,12 @@ # Log manual actions to report file - ReportManual() - { - # 1 parameters - # :<2 char numeric> + ReportManual() { + # 1 parameter: Text Report "manual_event[]=$1" LogText "Manual: one or more manual actions are required for further testing of this control/plugin" - } + } + # Report data (TESTID STATUS IMPACT MESSAGE) ReportResult()