Don't write in errorlog after normal termination

This commit is contained in:
Michiel Broek 2006-01-25 19:08:32 +00:00
parent e2312db257
commit 8a63b479e4
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ $Id$
v0.83.9 23-Jan-2006 v0.83.9 23-Jan-2006
mbstat:
Don't write in errorlog after normal termination.
mbtask: mbtask:
In IBC refuse to add a user when there is no known server for In IBC refuse to add a user when there is no known server for
that user. that user.

View File

@ -82,7 +82,7 @@ void die(int onsig)
signal(onsig, SIG_IGN); signal(onsig, SIG_IGN);
if (onsig) if (onsig)
WriteError("Terminated on signal %d", onsig); Syslog('+', "Terminated on signal %d", onsig);
if (!do_quiet) { if (!do_quiet) {
mbse_colour(LIGHTGRAY, BLACK); mbse_colour(LIGHTGRAY, BLACK);