Skip to content

Commit 50f5425

Browse files
Fix typo in log from throttler.updateMySQLClusterProbes()
1 parent 5f8f6db commit 50f5425

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
@@ -364,7 +364,7 @@ func (throttler *Throttler) refreshMySQLInventory() error {
364364

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

0 commit comments

Comments
 (0)