mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
Improve error message in util (#11137)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
This commit is contained in:
parent
508f560527
commit
e8c858b545
@ -78,6 +78,6 @@ func removePath(rmqPath string) {
|
||||
metaPath := rmqPath + "_meta_kv"
|
||||
err = os.RemoveAll(metaPath)
|
||||
if err != nil {
|
||||
log.Error("os removeAll failed.", zap.Any("path", kvPath))
|
||||
log.Error("Failed to call os.removeAll.", zap.Any("path", kvPath))
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user