Daniel Alm 6 роки тому
батько
коміт
255806c7a0
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Sources/GRPC/ClientResponseChannelHandler.swift

+ 1 - 1
Sources/GRPC/ClientResponseChannelHandler.swift

@@ -189,7 +189,7 @@ internal class ClientResponseChannelHandler<ResponseMessage: Message>: ChannelIn
         return
       }
 
-      self.logger.info("received respone status: \(status.code)")
+      self.logger.info("received response status: \(status.code)")
       self.observeStatus(status)
       // We don't expect any more requests/responses beyond this point and we don't need to close
       // the channel since NIO's HTTP/2 channel handlers will deal with this for us.