mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
Use host instead of Host.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user