From 06cc7bf916cd562bf23b3929ca607f66a20850f0 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 22 Dec 2022 21:20:17 +0100 Subject: Warn only once about not being able to recycle pages --- ipc/mach_port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc') diff --git a/ipc/mach_port.c b/ipc/mach_port.c index db6e05dc..3b00f387 100644 --- a/ipc/mach_port.c +++ b/ipc/mach_port.c @@ -534,7 +534,7 @@ mach_port_allocate( * KERN_INVALID_NAME The name doesn't denote a right. */ -static volatile boolean_t mach_port_deallocate_debug = FALSE; +static volatile boolean_t mach_port_deallocate_debug = TRUE; kern_return_t mach_port_destroy( -- cgit v1.2.3