$OpenBSD: patch-src_unix_fswatcher_kqueue_cpp,v 1.1 2021/11/17 10:11:47 op Exp $

fix printf directives to avoid a runtime failed assertion.

Index: src/unix/fswatcher_kqueue.cpp
--- src/unix/fswatcher_kqueue.cpp.orig
+++ src/unix/fswatcher_kqueue.cpp
@@ -296,8 +296,8 @@ class wxFSWatcherImplKqueue : public wxFSWatcherImpl (
 
         wxASSERT_MSG(udata, "Null user data associated with kevent!");
 
-        wxLogTrace(wxTRACE_FSWATCHER, "Event: ident=%d, filter=%d, flags=%u, "
-                   "fflags=%u, data=%d, user_data=%p",
+        wxLogTrace(wxTRACE_FSWATCHER, "Event: ident=%lu, filter=%d, flags=%u, "
+                   "fflags=%u, data=%lld, user_data=%p",
                    e.ident, e.filter, e.flags, e.fflags, e.data, udata);
 
         // for ease of use
