summaryrefslogtreecommitdiff
path: root/console/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'console/display.c')
-rw-r--r--console/display.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/console/display.c b/console/display.c
index e4e3fcae..76a0f735 100644
--- a/console/display.c
+++ b/console/display.c
@@ -471,6 +471,8 @@ service_notifications (void *arg)
struct port_bucket *notify_bucket = arg;
extern int notify_server (mach_msg_header_t *inp, mach_msg_header_t *outp);
+ pthread_setname_np (pthread_self (), "notifications");
+
for (;;)
ports_manage_port_operations_one_thread (notify_bucket,
notify_server,