🎨 logging

This commit is contained in:
Liang Ding 2022-06-22 10:17:54 +08:00
parent 32e778f152
commit 5c1d467043
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

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)