Skip to content

Commit

Permalink
Make logging debug instead of error
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Feb 11, 2025
1 parent c14a05b commit bef30e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/HummingbirdHTTP2/HTTP2UpgradeChannel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public struct HTTP2UpgradeChannel: HTTPChannelHandler {
await self.http2.handle(value: http2, logger: logger)
}
} catch {
logger.error("Error getting HTTP2 upgrade negotiated value: \(error)")
logger.debug("Error getting HTTP2 upgrade negotiated value: \(error)")
}
}
}
Expand Down

0 comments on commit bef30e4

Please sign in to comment.