mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e]Fix error log output format in segment_replica.go (#13676)
Signed-off-by: JackLCL <chenglong.li@zilliz.com>
This commit is contained in:
parent
b6cca25d1f
commit
20c956b675
@ -600,7 +600,7 @@ func (replica *SegmentReplica) getSegmentStatisticsUpdates(segID UniqueID) (*dat
|
||||
return updates, nil
|
||||
}
|
||||
|
||||
return nil, fmt.Errorf("Error, there's no segment %v", segID)
|
||||
return nil, fmt.Errorf("error, there's no segment %v", segID)
|
||||
}
|
||||
|
||||
// --- collection ---
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user