mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-08 01:55:52 +08:00
fix bug
This commit is contained in:
parent
e1a0c2fc48
commit
67d7ee2751
@ -34,7 +34,7 @@ func init() {
|
|||||||
if err == nil && exists {
|
if err == nil && exists {
|
||||||
log.NewInfo("", utils.GetSelfFuncName(), "We already own %s\n", config.Config.Credential.Minio.Bucket)
|
log.NewInfo("", utils.GetSelfFuncName(), "We already own %s\n", config.Config.Credential.Minio.Bucket)
|
||||||
} else {
|
} else {
|
||||||
log.NewError("", utils.GetSelfFuncName(), "create bucket failed and bucket not exists", err.Error())
|
log.NewError("", utils.GetSelfFuncName(), "create bucket failed and bucket not exists")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user