Don't write in errorlog after normal termination
This commit is contained in:
parent
e2312db257
commit
8a63b479e4
@ -4,6 +4,9 @@ $Id$
|
||||
|
||||
v0.83.9 23-Jan-2006
|
||||
|
||||
mbstat:
|
||||
Don't write in errorlog after normal termination.
|
||||
|
||||
mbtask:
|
||||
In IBC refuse to add a user when there is no known server for
|
||||
that user.
|
||||
|
@ -82,7 +82,7 @@ void die(int onsig)
|
||||
signal(onsig, SIG_IGN);
|
||||
|
||||
if (onsig)
|
||||
WriteError("Terminated on signal %d", onsig);
|
||||
Syslog('+', "Terminated on signal %d", onsig);
|
||||
|
||||
if (!do_quiet) {
|
||||
mbse_colour(LIGHTGRAY, BLACK);
|
||||
|
Reference in New Issue
Block a user