beego: change the error tips
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 | } | ... | ... |
-
Please register or sign in to post a comment