]> jfr.im git - solanum.git/commit - ircd/listener.c
listener: Move error messages to something visible by default.
authorJilles Tjoelker <redacted>
Sat, 1 Mar 2014 18:05:55 +0000 (19:05 +0100)
committerJilles Tjoelker <redacted>
Sat, 1 Mar 2014 18:05:55 +0000 (19:05 +0100)
commit40173bcbb3b5ad292e7d07b48261f8877a6b9986
treeebd0d1f95ff51a2e1153d7f5eedc9ce0a07f87af
parent4229cef34cb192e69fbbe94c3ff5d45e32fdbe49
listener: Move error messages to something visible by default.

If a listening port cannot be opened, send error messages to opers with
snomask +s and ircd.log, instead of snomask +d and the ioerror log, which
both are usually disabled.

Also, restore information about what listener is having problems. This
was lost when report_error() was replaced.
src/listener.c