]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
include type name in message
authorAlan T. DeKok <aland@freeradius.org>
Mon, 2 Oct 2017 19:10:30 +0000 (15:10 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 2 Oct 2017 19:10:30 +0000 (15:10 -0400)
src/lib/util/event.c

index 47ec7644d3f983ac8b04507caf1c990051f245a3..c5e8df67f0cfff87ff2bc7a3f763c907e164c618 100644 (file)
@@ -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, "<INVALID>"));