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 d4ae523 commit f8992deCopy full SHA for f8992de
pubsub.go
@@ -734,7 +734,7 @@ func (c *channel) initMsgChan() {
734
}
735
case <-timer.C:
736
internal.Logger.Printf(
737
- ctx, "redis: %s channel is full for %s (message is dropped)",
+ ctx, "redis: %v channel is full for %s (message is dropped)",
738
c, c.chanSendTimeout)
739
740
default:
@@ -788,7 +788,7 @@ func (c *channel) initAllChan() {
788
789
790
791
792
793
794
0 commit comments