Skip to content

Commit

Permalink
refine comments
Browse files Browse the repository at this point in the history
  • Loading branch information
louyuting committed Nov 16, 2020
1 parent 524e9aa commit e1da2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/circuitbreaker/rule_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func LoadRules(rules []*Rule) (bool, error) {
isEqual := reflect.DeepEqual(currentRules, rules)
updateMux.RUnlock()
if isEqual {
logging.Info("[CircuitBreaker] Load rules repetition, does not load")
logging.Info("[CircuitBreaker] Load rules is the same with current rules, so ignore load operation.")
return false, nil
}

Expand Down

0 comments on commit e1da2ec

Please sign in to comment.