Update output samples with new hostN.

This commit is contained in:
Daniel Nichter
2012-07-17 09:57:08 -06:00
parent 28f50bbac5
commit 46b0c9ab0c
10 changed files with 232 additions and 210 deletions

View File

@@ -8674,7 +8674,7 @@ sub event_report {
my $hostno = 0;
foreach my $host ( @$hosts ) {
$hostno++;
push @result, "# Host$hostno: " . ($host->{name} || '?')
push @result, "# host$hostno: " . ($host->{name} || '?')
}
my $class = $meta_stats->{classes}->{$where};