Skip to content

Commit

Permalink
Changed server not bind to any port to debug, as it's a plugin only o…
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdelacroix authored Nov 3, 2021
1 parent ef22efd commit 59413a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/web/webserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 59413a9

Please sign in to comment.