about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-11-13 13:27:28 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-11-13 13:27:28 +0100
commit13612d4024c50dbc79c5900e1cf1d8b5319ae1ba (patch)
tree0b60e2d04233e6fed017deca072baf0371203101
parent9daf8d6493cf9d6d98f5dd625c7b1ff466f7c245 (diff)
downloadbox64-13612d4024c50dbc79c5900e1cf1d8b5319ae1ba.tar.gz
box64-13612d4024c50dbc79c5900e1cf1d8b5319ae1ba.zip
Prefixed the address space message by BOX64, it's cleaner
-rw-r--r--src/custommem.c4
1 files changed, 2 insertions, 2 deletions
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;