From 13612d4024c50dbc79c5900e1cf1d8b5319ae1ba Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 13 Nov 2023 13:27:28 +0100 Subject: Prefixed the address space message by BOX64, it's cleaner --- src/custommem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/custommem.c b/src/custommem.c index adbdf12e..c5923013 100644 --- a/src/custommem.c +++ b/src/custommem.c @@ -1436,9 +1436,9 @@ void loadProtectionFromMap() if(!shown48bits) { shown48bits = 1; if(have48bits) - printf_log(LOG_INFO, "Detected 48bits at least of address space\n"); + printf_log(LOG_INFO, "BOX64: Detected 48bits at least of address space\n"); else - printf_log(LOG_INFO, "Didn't detect 48bits of address space, considering it's 39bits\n"); + printf_log(LOG_INFO, "BOX64: Didn't detect 48bits of address space, considering it's 39bits\n"); } fclose(f); box64_mapclean = 1; -- cgit 1.4.1