mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 07:25:37 +08:00
[skip ci]Improve error message in rocksmq (#10194)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
This commit is contained in:
parent
56f97aa07b
commit
afa6eeecd7
@ -32,7 +32,7 @@ type client struct {
|
||||
|
||||
func newClient(options ClientOptions) (*client, error) {
|
||||
if options.Server == nil {
|
||||
return nil, newError(InvalidConfiguration, "Server is nil")
|
||||
return nil, newError(InvalidConfiguration, "options.Server is nil")
|
||||
}
|
||||
|
||||
if options.Ctx == nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user