f215aa48 by astaxie

beego: change the error tips

1 parent 18a02d7d
Showing 1 changed file with 1 additions and 1 deletions
......@@ -91,7 +91,7 @@ func (app *App) Run() {
}
err := s.ListenAndServeTLS(HttpCertFile, HttpKeyFile)
if err != nil {
BeeLogger.Critical("ListenAndServe: ", err)
BeeLogger.Critical("ListenAndServeTLS: ", err)
time.Sleep(100 * time.Microsecond)
endRunning <- true
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!