diff --git a/internal/querycoord/query_coord.go b/internal/querycoord/query_coord.go index c0995df4e7..67f70c57e9 100644 --- a/internal/querycoord/query_coord.go +++ b/internal/querycoord/query_coord.go @@ -270,7 +270,7 @@ func NewQueryCoord(ctx context.Context, factory msgstream.Factory) (*QueryCoord, // SetRootCoord sets root coordinator's client func (qc *QueryCoord) SetRootCoord(rootCoord types.RootCoord) error { if rootCoord == nil { - return errors.New("null root coordinator interface") + return errors.New("null RootCoord interface") } qc.rootCoordClient = rootCoord