We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c1afa commit 4cfc326Copy full SHA for 4cfc326
Sources/NIORedis/ChannelHandlers/RedisCommandHandler.swift
@@ -59,7 +59,7 @@ extension RedisCommandHandler: ChannelInboundHandler {
59
60
guard let leadPromise = commandResponseQueue.last else {
61
assertionFailure("Read triggered with an empty promise queue! Ignoring: \(value)")
62
- logger.emergency("Read triggered with no promise waiting in the queue!")
+ logger.critical("Read triggered with no promise waiting in the queue!")
63
return
64
}
65
0 commit comments