mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e]Fix log mistake: WatchDmChannels -> WatchDeltaChannels (#17643)
Signed-off-by: wayblink <anyang.wang@zilliz.com>
This commit is contained in:
parent
12b3a29db8
commit
f2bd910df5
@ -198,7 +198,7 @@ func (qn *queryNode) watchDmChannels(ctx context.Context, in *querypb.WatchDmCha
|
||||
|
||||
func (qn *queryNode) watchDeltaChannels(ctx context.Context, in *querypb.WatchDeltaChannelsRequest) error {
|
||||
if !qn.isOnline() {
|
||||
return errors.New("WatchDmChannels: queryNode is offline")
|
||||
return errors.New("WatchDeltaChannels: queryNode is offline")
|
||||
}
|
||||
|
||||
status, err := qn.client.WatchDeltaChannels(qn.ctx, in)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user