mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-06 13:22:11 +08:00
fix bug: component check
This commit is contained in:
parent
83aac56ea8
commit
9434530f69
@ -113,7 +113,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
allSuccess = false
|
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
|
break
|
||||||
}
|
}
|
||||||
checks[index].flag = true
|
checks[index].flag = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user