closing become a simple information (not an error)

master
Karchnu 2020-08-31 05:05:27 +02:00
parent 4ae93338a5
commit 188f4fc701
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ def websocket_switching_procedure (activefd : Int)
still_something_to_read = ! wsclient.ws.io.empty?
if wsclient.closed?
Baguette::Log.error "client #{activefd} is closing"
Baguette::Log.info "client #{activefd} is closing"
Context.context.remove_fd activefd
return
end