mirror of https://github.com/milvus-io/milvus.git
Normalize DataNode term in errors.go (#13688)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/13746/head
parent
71c595e696
commit
d4afc812d1
|
@ -22,7 +22,7 @@ import (
|
|||
)
|
||||
|
||||
func msgDataNodeIsUnhealthy(nodeID UniqueID) string {
|
||||
return fmt.Sprintf("data node %d is not ready", nodeID)
|
||||
return fmt.Sprintf("DataNode %d is not ready", nodeID)
|
||||
}
|
||||
|
||||
func errDataNodeIsUnhealthy(nodeID UniqueID) error {
|
||||
|
|
Loading…
Reference in New Issue