added verbose to debug mode dump

This commit is contained in:
dataking 2017-06-28 23:23:42 -07:00
parent a897b6192d
commit 04fd843b87

View File

@ -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;
}