Changed server not bind to any port to debug, as it's a plugin only option (#1743)
This commit is contained in:
parent
ef22efd917
commit
59413a9fc4
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ func (ws *Server) registerRoutes() {
|
|||
func (ws *Server) Start() {
|
||||
ws.registerRoutes()
|
||||
if ws.port == -1 {
|
||||
ws.logger.Error("server not bind to any port")
|
||||
ws.logger.Debug("server not bind to any port")
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue