From: Alan T. DeKok Date: Mon, 2 Oct 2017 19:10:30 +0000 (-0400) Subject: include type name in message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74f795888749680a414c6cd2b7cb2120cc753eef;p=thirdparty%2Ffreeradius-server.git include type name in message --- diff --git a/src/lib/util/event.c b/src/lib/util/event.c index 47ec7644d3f..c5e8df67f0c 100644 --- a/src/lib/util/event.c +++ b/src/lib/util/event.c @@ -427,7 +427,7 @@ static ssize_t fr_event_build_evset(struct kevent out_kev[], size_t outlen, fr_e * type of file descriptor specified. */ if (!(map_p->type & ef->type)) { - fr_strerror_printf("kevent %s, can't be applied to fd of type", + fr_strerror_printf("kevent %s, can't be applied to fd of type %s", map_p->name, fr_int2str(fr_event_fd_type_table, map_p->type, ""));