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