]> arthur.barton.de Git - ngircd-alex.git/commit
conn: avoid needlesly scary 'buffer overflow' messages
authorFlorian Westphal <fw@strlen.de>
Fri, 29 Apr 2011 21:10:01 +0000 (23:10 +0200)
committerFlorian Westphal <fw@strlen.de>
Fri, 29 Apr 2011 21:10:01 +0000 (23:10 +0200)
commit0bb892bb5fe1f0d9d783808d211c039e11e12f3b
tree1ba4f1a4e1b59686fde85e2f38c12a35cc07da65
parentc26ca7773bfc92ca41344a0994bee45ec917b261
conn: avoid needlesly scary 'buffer overflow' messages

When the write buffer space grows too large, ngircd has to disconnect
the client to avoid wasting too much memory.

ngircd logs this with a scary 'write buffer overflow' message.
Change this to a more descriptive wording.
src/ngircd/conn-zip.c
src/ngircd/conn.c