Downgrade error level of pidfile.Write() to Critical
This commit is contained in:
parent
b5bb0fd504
commit
7991b91f21
|
@ -127,7 +127,7 @@ func (app *App) AppMain() {
|
|||
app.quit = make(chan struct{})
|
||||
app.wg.Add(1)
|
||||
if err := pidfile.Write(); err != nil {
|
||||
dlog.Fatal(err)
|
||||
dlog.Critical(err)
|
||||
}
|
||||
app.proxy.StartProxy()
|
||||
<-app.quit
|
||||
|
|
Loading…
Reference in New Issue