enhance:change wrong log(#33447) (#34213)

pr: #33447

Signed-off-by: lixinguo <xinguo.li@zilliz.com>
Co-authored-by: lixinguo <xinguo.li@zilliz.com>
pull/34305/head
smellthemoon 2024-07-01 18:02:07 +08:00 committed by GitHub
parent 064afc9dcb
commit af442b936c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ func (dc *dataCoordBroker) DropVirtualChannel(ctx context.Context, req *datapb.D
resp, err := dc.client.DropVirtualChannel(ctx, req)
if err := merr.CheckRPCCall(resp, err); err != nil {
log.Warn("failed to SaveBinlogPaths", zap.Error(err))
log.Warn("failed to DropVirtualChannel", zap.Error(err))
return resp, err
}