Logging changes

This commit is contained in:
Michiel Broek
2002-05-10 18:14:27 +00:00
parent c2392faf05
commit 0f2277e9b9
14 changed files with 38 additions and 18 deletions

View File

@@ -42,7 +42,7 @@ static void die(int onsig)
signal(onsig, SIG_IGN);
screen_stop();
if (onsig && (onsig <= NSIG))
Syslog('?', "$Finished on signal %s", SigName[onsig]);
Syslog('?', "Finished on signal %s", SigName[onsig]);
else
Syslog(' ', "Normally finished");
ExitClient(0);