fix bug: component check

This commit is contained in:
skiffer-git 2024-03-08 23:34:47 +08:00
parent 83aac56ea8
commit 9434530f69

View File

@ -113,7 +113,7 @@ func main() {
}
allSuccess = false
component.ErrorPrint(fmt.Sprintf("Check component: %s, failed: %s", check.name, err.Error()))
component.ErrorPrint(fmt.Sprintf("Check component: %s, failed: %+v", check.name, err))
break
}
checks[index].flag = true