"Maximum number of connections reached" msg log level changed to LOG_LEVEL_ERROR
authorLee <ler762@users.sourceforge.net>
Sat, 10 Apr 2021 15:05:28 +0000 (11:05 -0400)
committerLee <ler762@users.sourceforge.net>
Sat, 10 Apr 2021 15:05:28 +0000 (11:05 -0400)
commit0680a290e853d85293d692431426def132f29356
tree7a0190a6c99f85d083d2db023385c13d2a11aae3
parent274bd3722e96035c0418a240a9ac9ae4467979d0
"Maximum number of connections reached" msg log level changed to LOG_LEVEL_ERROR

Since the max number of connections is a user set value, make it easier to
notice that the limit is being hit.
It was logged at LOG_LEVEL_CONNECT, which is easy to miss.
jcc.c