From 95182c9f2142d7edf7bc12fc0de1626efe62cdd3 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 19 Oct 2025 19:15:26 +0200 Subject: [TRACE] Move the fast _exit message to dynarec_log instead --- src/wrapped/wrappedlibc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wrapped/wrappedlibc.c b/src/wrapped/wrappedlibc.c index c3d9da2a..51e255e7 100644 --- a/src/wrapped/wrappedlibc.c +++ b/src/wrapped/wrappedlibc.c @@ -3882,7 +3882,7 @@ EXPORT void my__exit(x64emu_t* emu, int code) if(emu->flags.quitonexit || emu->quit) { _exit(code); } - printf_log(LOG_INFO, "Fast _exit called\n"); + dynarec_log(LOG_INFO, "Fast _exit called\n"); emu->quit = 1; box64_exit_code = code; SerializeAllMapping(); // just to be safe -- cgit 1.4.1