fix: fix the output error

This commit is contained in:
luhaoling 2024-02-02 14:23:10 +08:00
parent 5a96112d24
commit 6e2b50d63b

View File

@ -106,7 +106,6 @@ func main() {
}
ErrorPrint(fmt.Sprintf("Starting %s failed:%v, conneted info:%s", check.name, err, errInfo))
allSuccess = false
break
} else {
component.SuccessPrint(fmt.Sprintf("%s connected successfully, address:%s", check.name, errInfo))
}