summaryrefslogtreecommitdiff
path: root/device/ds_routines.c
diff options
context:
space:
mode:
Diffstat (limited to 'device/ds_routines.c')
-rw-r--r--device/ds_routines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/ds_routines.c b/device/ds_routines.c
index 5a6fdd2..68589de 100644
--- a/device/ds_routines.c
+++ b/device/ds_routines.c
@@ -1449,7 +1449,7 @@ static void
ds_no_senders(notification)
mach_no_senders_notification_t *notification;
{
- printf("ds_no_senders called! device_port=0x%x count=%d\n",
+ printf("ds_no_senders called! device_port=0x%lx count=%d\n",
notification->not_header.msgh_remote_port,
notification->not_count);
}