Skip to content

Commit

Permalink
chore(typo): fix error log (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
whalecold committed Nov 10, 2023
1 parent b2402c8 commit f572399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/circuit_breaker.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func initCircuitBreaker(param vo.ConfigParam, dest, src string,
configs := map[string]circuitbreak.CBConfig{}
err := parser.Decode(param.Type, data, &configs)
if err != nil {
klog.Warnf("[nacos] %s client nacos rpc timeout: unmarshal data %s failed: %s, skip...", dest, data, err)
klog.Warnf("[nacos] %s client nacos rpc circuit breaker: unmarshal data %s failed: %s, skip...", dest, data, err)
return
}

Expand Down

0 comments on commit f572399

Please sign in to comment.