diff --git a/libkqueue/src/common/kevent.c b/libkqueue/src/common/kevent.c index f290344..14e89a1 100644 --- a/libkqueue/src/common/kevent.c +++ b/libkqueue/src/common/kevent.c @@ -101,7 +101,7 @@ kevent_flags_dump(const struct kevent *kev) const char * kevent_dump(const struct kevent *kev) { - static __thread char buf[1024]; + static __thread char buf[4096]; snprintf((char *) &buf[0], sizeof(buf), "{ ident=%d, filter=%s, %s, %s, data=%d, udata=%p }",