mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
ociswrapper: retry restarting ocis if it dies
This commit is contained in:
@@ -7,5 +7,9 @@ func Println(message string) {
|
||||
}
|
||||
|
||||
func Panic(err error) {
|
||||
log.Panic("[ociswrapper] ", err.Error())
|
||||
log.Panic("[ociswrapper]", err.Error())
|
||||
}
|
||||
|
||||
func Fatalln(err error) {
|
||||
log.Fatalln("[ociswrapper]", err.Error())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user