We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9335dd commit 86d2538Copy full SHA for 86d2538
src/init.c
@@ -1045,7 +1045,7 @@ _dispatch_bug_kevent_vanished(dispatch_unote_t du)
1045
_dispatch_log_fault("LIBDISPATCH_STRICT: _dispatch_bug_kevent_vanished",
1046
"BUG in libdispatch client: %s, monitored resource vanished before "
1047
"the source cancel handler was invoked "
1048
- "{ %p[%s], ident: %d / 0x%x, handler: %p }",
+ "{ %p[%s], ident: %" PRIdPTR " / 0x%" PRIxPTR ", handler: %p }",
1049
dux_type(du._du)->dst_kind, dou._dq,
1050
dou._dq->dq_label ? dou._dq->dq_label : "<unknown>",
1051
du._du->du_ident, du._du->du_ident, func);
0 commit comments