when Redis fails accepting a new connection reports the error at WARNING and not...
authorantirez <antirez@gmail.com>
Sat, 7 May 2011 09:47:34 +0000 (11:47 +0200)
committerantirez <antirez@gmail.com>
Sat, 7 May 2011 09:47:34 +0000 (11:47 +0200)
commitdf541beae372f40e9ce82a0780171e7d7a8e67de
tree66003f208512697c7ef23d0fd1355c1414f8d582
parent8905378c569ba16e8636bc47404c97b952240096
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
src/networking.c