core: Stop ratelimiting log spam with old client
authorShane Synan <digitalcircuit36939@gmail.com>
Fri, 18 Aug 2017 20:34:38 +0000 (15:34 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 4 Feb 2018 22:48:06 +0000 (23:48 +0100)
commit2e8eab59dd72e37a740d16d9484502d077aef64d
treee599a48070e1c573305dbae7f29ac8a2b744dc39
parent0ba56e60f400621ddc291669dc2c03a8e461c224
core: Stop ratelimiting log spam with old client

Downgrade invalid 'setMessageRateBurstSize' and 'setMessageRateDelay'
warning messages to debugging level.  This happens any time an older
client tries to configure a network for a newer core and in most
cases can be ignored.

Should an issue arise, the log level can be set to debug.
src/common/network.cpp