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() { ...@@ -91,7 +91,7 @@ func (app *App) Run() {
91 } 91 }
92 err := s.ListenAndServeTLS(HttpCertFile, HttpKeyFile) 92 err := s.ListenAndServeTLS(HttpCertFile, HttpKeyFile)
93 if err != nil { 93 if err != nil {
94 BeeLogger.Critical("ListenAndServe: ", err) 94 BeeLogger.Critical("ListenAndServeTLS: ", err)
95 time.Sleep(100 * time.Microsecond) 95 time.Sleep(100 * time.Microsecond)
96 endRunning <- true 96 endRunning <- true
97 } 97 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!