Skip to content

Commit

Permalink
Update server.go
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Evangelatov <[email protected]>
  • Loading branch information
hacdias and nonsense committed Sep 24, 2021
1 parent ff654d0 commit c06325b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ func (s *Server) handler(w http.ResponseWriter, r *http.Request) {
return
}

log.Warnf(" websocket closed unexpectedly: %v", err)
log.Warnf("websocket closed unexpectedly: %v", err)
_ = c.Close(websocket.StatusInternalError, "")
}

0 comments on commit c06325b

Please sign in to comment.