Skip to content

Commit

Permalink
Update pubsub/redis/redis.go
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Verst <github@bernd.dev>
  • Loading branch information
berndverst committed Jan 25, 2024
1 parent 1b48de9 commit 7dbbc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/redis/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func (r *redisStreams) createRedisMessageWrapper(ctx context.Context, stream str
metadataStr := metadataValue.(string)
err := json.Unmarshal([]byte(metadataStr), &metadata)
if err != nil {
r.logger.Warnf("Could not extract metadata for Redis message %s: %v", msg.ID, err)
r.logger.Warnf("Redis PubSub: Could not extract metadata for Redis message %s: %v", msg.ID, err)
}
}

Expand Down

0 comments on commit 7dbbc24

Please sign in to comment.