X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fproc.c;fp=src%2Fngircd%2Fproc.c;h=af00dd3d3e9c81ca1345a10513ce8a4250292f15;hp=d68d714da44d77eb9b158f128e0f52775b408315;hb=c7de505c919c5f550d848f9cafae99532bc1f789;hpb=8e9c789ae188f8b73cc6f776a3ead21f0dfd4ca6 diff --git a/src/ngircd/proc.c b/src/ngircd/proc.c index d68d714d..af00dd3d 100644 --- a/src/ngircd/proc.c +++ b/src/ngircd/proc.c @@ -114,14 +114,10 @@ Proc_GenericSignalHandler(int Signal) { switch(Signal) { case SIGTERM: -#ifdef DEBUG Log_Subprocess(LOG_DEBUG, "Child got TERM signal, exiting."); -#endif exit(1); case SIGALRM: -#ifdef DEBUG Log_Subprocess(LOG_DEBUG, "Child got ALARM signal, exiting."); -#endif exit(1); } }