summaryrefslogtreecommitdiff
path: root/ipc/mach_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/mach_msg.c')
-rw-r--r--ipc/mach_msg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipc/mach_msg.c b/ipc/mach_msg.c
index fe7d9ac8..8b589377 100644
--- a/ipc/mach_msg.c
+++ b/ipc/mach_msg.c
@@ -397,6 +397,8 @@ mach_msg_trap(
panic("oops");
printf("ID %d, %d %d %x\n", khdr.msgh_id, khdr.msgh_size, khdr.msgh_seqno, khdr.msgh_bits);
+ printf("%s %x @%p ", __func__, option, msg);
+
/* first check for common cases */
if (option == (MACH_SEND_MSG|MACH_RCV_MSG)) {