diff --git a/lynis-report-converter.pl b/lynis-report-converter.pl index 1cdcc49..85f282d 100755 --- a/lynis-report-converter.pl +++ b/lynis-report-converter.pl @@ -191,7 +191,10 @@ if (exists($lynis_report_data{'tests_executed'})) { } if ($debug) { + print colored("In debug mode. Dumping data hash.\n", "yellow"); + print color('yellow'); print Dumper(\%lynis_report_data); + print color('reset'); exit 1; }