Skip to content

Commit

Permalink
chore (Logger): change WS progress message to
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfaust committed Apr 20, 2019
1 parent 74d0f73 commit b0ab474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onyx-http/middleware/logger.cr
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module Onyx::HTTP::Middleware
websocket = context.request.headers.includes_word?("Upgrade", "Websocket")
if websocket
method = "WS".rjust(7).colorize(color(100)).mode(:bold)
progess = "upgrading".colorize(:dark_gray)
progess = "".colorize(:dark_gray)

resource = context.request.path

Expand Down

0 comments on commit b0ab474

Please sign in to comment.