X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Ftincd.c;h=fcd705227cde3266a5bbdf51543979933af871e4;hp=0e0bc15883c522ba068736675c28c0447ac9538d;hb=4dde583bc91985c3ff19ac1d1f1bc791b50658ff;hpb=66e535a729dd5a9e45600ab74dc19c2b4062ee96 diff --git a/src/tincd.c b/src/tincd.c index 0e0bc158..fcd70522 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: tincd.c,v 1.10.4.8 2000/08/17 16:51:08 guus Exp $ + $Id: tincd.c,v 1.10.4.9 2000/09/06 11:49:05 guus Exp $ */ #include "config.h" @@ -30,6 +30,7 @@ #include #include #include +#include #ifdef HAVE_SYS_IOCTL_H # include @@ -454,10 +455,10 @@ RETSIGTYPE sighuh(int a) { if(cp_file) - syslog(LOG_NOTICE, _("Got unexpected signal %d after %s line %d"), - a, cp_file, cp_line); + syslog(LOG_NOTICE, _("Got unexpected %s after %s line %d"), + strsignal(a), cp_file, cp_line); else - syslog(LOG_NOTICE, _("Got unexpected signal %d"), a); + syslog(LOG_NOTICE, _("Got unexpected %s"), strsignal(a)); } void