mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
adjust log message
This commit is contained in:
parent
fdd880b111
commit
b9f7b6fb9a
|
@ -37,7 +37,7 @@ func NewCircuitBreaker(option *S3ApiServerOption) *CircuitBreaker {
|
||||||
})
|
})
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
glog.Warningf("fail to load config: %v", err)
|
glog.Infof("s3 circuit breaker not configured: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
return cb
|
return cb
|
||||||
|
|
Loading…
Reference in a new issue