Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2022-06-22 11:52:34 +08:00
commit f2cda3f4af

View file

@ -527,7 +527,7 @@ func clearOutdatedHistoryDir(historyDir string) {
}
for _, dir := range removes {
if err = os.RemoveAll(dir); nil != err {
util.LogErrorf("remove history dir [%s] failed: %s", err)
util.LogErrorf("remove history dir [%s] failed: %s", dir, err)
continue
}
//util.LogInfof("auto removed history dir [%s]", dir)