mirror of
https://github.com/astaxie/beego.git
synced 2025-08-03 21:35:31 +00:00
beego: change the error tips
This commit is contained in:
2
app.go
2
app.go
@@ -91,7 +91,7 @@ func (app *App) Run() {
|
|||||||
}
|
}
|
||||||
err := s.ListenAndServeTLS(HttpCertFile, HttpKeyFile)
|
err := s.ListenAndServeTLS(HttpCertFile, HttpKeyFile)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
BeeLogger.Critical("ListenAndServe: ", err)
|
BeeLogger.Critical("ListenAndServeTLS: ", err)
|
||||||
time.Sleep(100 * time.Microsecond)
|
time.Sleep(100 * time.Microsecond)
|
||||||
endRunning <- true
|
endRunning <- true
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user