Use compression framing description

This commit is contained in:
Davide De Rosa 2018-09-28 08:40:14 +02:00
parent 7b96247c72
commit 09210b727a
1 changed files with 1 additions and 1 deletions

View File

@ -902,7 +902,7 @@ public class SessionProxy {
let pushedFraming = pushReply.compressionFraming
if let negFraming = pushedFraming {
log.info("\tNegotiated compression framing: \(negFraming.rawValue)")
log.info("\tNegotiated compression framing: \(negFraming)")
}
if let negPing = pushReply.ping {
log.info("\tNegotiated keep-alive: \(negPing) seconds")