From fa2cc313eb64cff42a0e1724aee0122be2f034a8 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 6 Apr 2023 09:01:24 +0300 Subject: Refine debug message in GC_suspend_handler_inner (refactoring) This is to match the similar message (for thread suspend and resume events) on Darwin and Win32 platforms. * pthread_stop_world.c [!NACL && DEBUG_THREADS] (GC_suspend_handler_inner): Refine printed message. --- pthread_stop_world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread_stop_world.c') diff --git a/pthread_stop_world.c b/pthread_stop_world.c index f1ff6ea2..d45b8a17 100644 --- a/pthread_stop_world.c +++ b/pthread_stop_world.c @@ -406,7 +406,7 @@ STATIC void GC_suspend_handler_inner(ptr_t dummy, void *context) ); # ifdef DEBUG_THREADS - GC_log_printf("Continuing %p\n", (void *)pthread_self()); + GC_log_printf("Resuming %p\n", (void *)pthread_self()); # endif # ifdef E2K GC_ASSERT(crtn -> backing_store_end == bs_lo); -- cgit v1.2.1