Skip to content

Commit eeb767c

Browse files
Merge pull request #123 from github/throttler-updateMySQLClusterProbes-log-typo
Fix typo in log from throttler.updateMySQLClusterProbes()
2 parents 1c44ebc + b97b9af commit eeb767c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/throttle/throttler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ func (throttler *Throttler) refreshMySQLInventory() error {
366366

367367
// synchronous update of inventory
368368
func (throttler *Throttler) updateMySQLClusterProbes(clusterProbes *mysql.ClusterProbes) error {
369-
log.Debugf("onMySQLClusterProbes: %s", clusterProbes.ClusterName)
369+
log.Debugf("updating MySQLClusterProbes: %s", clusterProbes.ClusterName)
370370
throttler.mysqlInventory.ClustersProbes[clusterProbes.ClusterName] = clusterProbes.InstanceProbes
371371
throttler.mysqlInventory.IgnoreHostsCount[clusterProbes.ClusterName] = clusterProbes.IgnoreHostsCount
372372
throttler.mysqlInventory.IgnoreHostsThreshold[clusterProbes.ClusterName] = clusterProbes.IgnoreHostsThreshold

0 commit comments

Comments
 (0)