Skip to content

Commit 4cfc326

Browse files
committed
Update to latest SwiftLog names
1 parent b3c1afa commit 4cfc326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/NIORedis/ChannelHandlers/RedisCommandHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ extension RedisCommandHandler: ChannelInboundHandler {
5959

6060
guard let leadPromise = commandResponseQueue.last else {
6161
assertionFailure("Read triggered with an empty promise queue! Ignoring: \(value)")
62-
logger.emergency("Read triggered with no promise waiting in the queue!")
62+
logger.critical("Read triggered with no promise waiting in the queue!")
6363
return
6464
}
6565

0 commit comments

Comments
 (0)