From: antirez Date: Sat, 7 May 2011 09:47:34 +0000 (+0200) Subject: when Redis fails accepting a new connection reports the error at WARNING and not... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/df541beae372f40e9ce82a0780171e7d7a8e67de?hp=df541beae372f40e9ce82a0780171e7d7a8e67de when Redis fails accepting a new connection reports the error at WARNING and not VERBOSE error level. Thanks to offby1 for proposing this in the Redis mailing list. #backport-candidate ---