mirror of https://github.com/milvus-io/milvus.git
[skip ci]Improve error message in rocksmq (#10194)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>pull/10201/head
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…
Reference in New Issue