Use host instead of Host.

This commit is contained in:
Daniel Nichter
2012-07-17 09:53:07 -06:00
parent b2fb12853f
commit 28f50bbac5
3 changed files with 15 additions and 8 deletions

View File

@@ -75,7 +75,7 @@ sub event_report {
my $hostno = 0;
foreach my $host ( @$hosts ) {
$hostno++;
push @result, "# Host$hostno: " . ($host->{name} || '?')
push @result, "# host$hostno: " . ($host->{name} || '?')
}
# Differences report. This relies on a sampleno attrib in each class