[skip e2e]Improve log for QueryNode spell (#14206)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/14226/head
xige-16 2021-12-24 19:37:12 +08:00 committed by GitHub
parent b22cf68c36
commit ec9aefee55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,7 @@ func (c *queryNodeCluster) isOnline(nodeID int64) (bool, error) {
return node.isOnline(), nil
}
return false, fmt.Errorf("isOnline: query node %d not exist", nodeID)
return false, fmt.Errorf("isOnline: QueryNode %d not exist", nodeID)
}
//func (c *queryNodeCluster) printMeta() {