don't panic for now if we lose backend
This commit is contained in:
parent
49e2070b69
commit
835b6efe84
|
@ -109,5 +109,5 @@ func runBackendServer() {
|
||||||
log.Panicf("can't exec backend: %s", err)
|
log.Panicf("can't exec backend: %s", err)
|
||||||
}
|
}
|
||||||
err = proc.Wait()
|
err = proc.Wait()
|
||||||
log.Panicf("lost the backend: %s", err)
|
log.Printf("lost the backend: %s", err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue