Skip to content

Commit

Permalink
Merge pull request #123 from github/throttler-updateMySQLClusterProbe…
Browse files Browse the repository at this point in the history
…s-log-typo

Fix typo in log from throttler.updateMySQLClusterProbes()
  • Loading branch information
timvaillancourt authored Jul 24, 2020
2 parents 1c44ebc + b97b9af commit eeb767c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/throttle/throttler.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ func (throttler *Throttler) refreshMySQLInventory() error {

// synchronous update of inventory
func (throttler *Throttler) updateMySQLClusterProbes(clusterProbes *mysql.ClusterProbes) error {
log.Debugf("onMySQLClusterProbes: %s", clusterProbes.ClusterName)
log.Debugf("updating MySQLClusterProbes: %s", clusterProbes.ClusterName)
throttler.mysqlInventory.ClustersProbes[clusterProbes.ClusterName] = clusterProbes.InstanceProbes
throttler.mysqlInventory.IgnoreHostsCount[clusterProbes.ClusterName] = clusterProbes.IgnoreHostsCount
throttler.mysqlInventory.IgnoreHostsThreshold[clusterProbes.ClusterName] = clusterProbes.IgnoreHostsThreshold
Expand Down

0 comments on commit eeb767c

Please sign in to comment.